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

Last change on this file since 544 was 544, checked in by harald, 24 years ago
Now also the PedEvents can fill ADC spectra.
  • Property svn:executable set to *
File size: 431 bytes
Line 
1#ifndef MVIEWADCSPECTRA_H
2#define MVIEWADCSPECTRA_H
3
4#ifndef MAGIC_H
5#include "MAGIC.h"
6#endif
7
8class MViewAdcSpectra {
9
10 private:
11
12 public:
13
14 MViewAdcSpectra() ;
15
16 ~MViewAdcSpectra() ;
17
18 Bool_t AdcSpectra( Char_t *inputFile , Char_t *treeName ) ;
19
20 // Bool_t CrAdcSpectra ( Char_t *inputFile ) ;
21
22 // Bool_t PedTdcSpectra( Char_t *inputFile ) ;
23 // Bool_t CrTdcSpectra ( Char_t *inputFile ) ;
24
25} ;
26
27#endif
Note: See TracBrowser for help on using the repository browser.