Last change
on this file since 691 was 667, checked in by tbretz, 24 years ago |
*** empty log message ***
|
-
Property svn:executable
set to
*
|
File size:
484 bytes
|
Line | |
---|
1 | #ifndef MVIEWADCSPECTRA_H
|
---|
2 | #define MVIEWADCSPECTRA_H
|
---|
3 |
|
---|
4 | #ifndef MAGIC_H
|
---|
5 | #include "MAGIC.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MHistosAdc;
|
---|
9 |
|
---|
10 | class MViewAdcSpectra {
|
---|
11 |
|
---|
12 | private:
|
---|
13 |
|
---|
14 | MHistosAdc *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.