Last change
on this file since 450 was 450, checked in by harald, 24 years ago |
added a few for functionalities. Also some spectras for TDCs are implemented.
|
File size:
584 bytes
|
Line | |
---|
1 | #ifndef MSHOWSPECT_H
|
---|
2 | #define MSHOWSPECT_H
|
---|
3 |
|
---|
4 | #include "Magic.h"
|
---|
5 |
|
---|
6 | #include "MTask.h"
|
---|
7 | #include "MObjBuffer.h"
|
---|
8 | #include "MGDisplayAdc.h"
|
---|
9 |
|
---|
10 | class MGDisplayAdc ;
|
---|
11 |
|
---|
12 | class MHistosAdc;
|
---|
13 | class MHistosTdc;
|
---|
14 | class MParList ;
|
---|
15 |
|
---|
16 | class MShowSpect : public MTask
|
---|
17 | {
|
---|
18 | private:
|
---|
19 | char fHistName[256] ;
|
---|
20 |
|
---|
21 | MHistosAdc *fHists; // Pointer to Container with the histograms
|
---|
22 |
|
---|
23 | public:
|
---|
24 |
|
---|
25 | MShowSpect(char* histName );
|
---|
26 |
|
---|
27 | Bool_t PreProcess(MParList * pList);
|
---|
28 | Bool_t PostProcess();
|
---|
29 |
|
---|
30 | ClassDef(MShowSpect, 1) // Fill the raw ADC in the histograms
|
---|
31 | };
|
---|
32 |
|
---|
33 | #endif
|
---|
34 |
|
---|
35 |
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.