source: trunk/MagicSoft/Mars/mdatacheck/MViewAdcSpectra.h@ 812

Last change on this file since 812 was 698, checked in by tbretz, 24 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 482 bytes
Line 
1#ifndef MVIEWADCSPECTRA_H
2#define MVIEWADCSPECTRA_H
3
4#ifndef MAGIC_H
5#include "MAGIC.h"
6#endif
7
8class MHFadcCam;
9
10class MViewAdcSpectra {
11
12 private:
13
14 MHFadcCam *fHistosAdc;
15
16 public:
17
18 MViewAdcSpectra() ;
19
20 ~MViewAdcSpectra() ;
21
22 Bool_t AdcSpectra( Char_t *inputFile , Char_t *treeName ) ;
23
24 // Bool_t CrAdcSpectra ( Char_t *inputFile ) ;
25
26 // Bool_t PedTdcSpectra( Char_t *inputFile ) ;
27 // Bool_t CrTdcSpectra ( Char_t *inputFile ) ;
28
29} ;
30
31#endif
Note: See TracBrowser for help on using the repository browser.