| Last change
 on this file since 8026 was             451, checked in by harald, 25 years ago | 
        
          | This files are neccessary for the TDC histos. | 
        
          | File size:
            710 bytes | 
      
      
| Line |  | 
|---|
| 1 | #ifndef MTDCSPECT_H | 
|---|
| 2 | #define MTDCSPECT_H | 
|---|
| 3 |  | 
|---|
| 4 | #include "Magic.h" | 
|---|
| 5 |  | 
|---|
| 6 | #include "MTask.h" | 
|---|
| 7 | #include "MObjBuffer.h" | 
|---|
| 8 |  | 
|---|
| 9 | class MHistosTdc; | 
|---|
| 10 | class MParList; | 
|---|
| 11 |  | 
|---|
| 12 | class MTdcSpect : public MTask | 
|---|
| 13 | { | 
|---|
| 14 | private: | 
|---|
| 15 | MObjBuffer * fEvtBuf;       // Pointer to MObjBuffer for Event Tree | 
|---|
| 16 |  | 
|---|
| 17 | MHistosTdc *fHists;         // Pointer to Container with the histograms | 
|---|
| 18 |  | 
|---|
| 19 | char fTreeName[256];        // Name of the tree to fill | 
|---|
| 20 | char fOutFile[256];         // Name of the output file | 
|---|
| 21 |  | 
|---|
| 22 | public: | 
|---|
| 23 | MTdcSpect(Char_t* treeName = "EvtTree", Char_t * rootfile = "nooutput"); | 
|---|
| 24 |  | 
|---|
| 25 | Bool_t PreProcess(MParList * pList); | 
|---|
| 26 | Bool_t Process(); | 
|---|
| 27 | Bool_t PostProcess(); | 
|---|
| 28 |  | 
|---|
| 29 | ClassDef(MTdcSpect, 1)      // Fill the raw Tdc in the histograms | 
|---|
| 30 | }; | 
|---|
| 31 |  | 
|---|
| 32 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.