Ignore:
Timestamp:
11/14/00 17:15:40 (24 years ago)
Author:
harald
Message:
added a few for functionalities. Also some spectras for TDCs are implemented.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/MarsOctober/mocttest/MShowSpect.h

    r447 r450  
    1111
    1212class MHistosAdc;
     13class MHistosTdc;
    1314class MParList ;
    1415
     
    1617{
    1718private:
     19  char       fHistName[256] ;
     20
    1821  MHistosAdc *fHists;           // Pointer to Container with the histograms
    1922 
    2023 public:
    21   MShowSpect();
    2224 
    23   Bool_t PreProcess(MParList * pList);
     25  MShowSpect(char* histName );
     26 
     27  Bool_t PreProcess(MParList * pList);
    2428  Bool_t PostProcess();
    2529 
     
    2832
    2933#endif
     34
     35
     36
Note: See TracChangeset for help on using the changeset viewer.