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