Last change
on this file since 9223 was 447, checked in by harald, 24 years ago |
Bringing the sources for the octobertest under CVS controll.
(november, 3rd, 2000)
|
File size:
504 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 MParList ;
|
---|
14 |
|
---|
15 | class MShowSpect : public MTask
|
---|
16 | {
|
---|
17 | private:
|
---|
18 | MHistosAdc *fHists; // Pointer to Container with the histograms
|
---|
19 |
|
---|
20 | public:
|
---|
21 | MShowSpect();
|
---|
22 |
|
---|
23 | Bool_t PreProcess(MParList * pList);
|
---|
24 | Bool_t PostProcess();
|
---|
25 |
|
---|
26 | ClassDef(MShowSpect, 1) // Fill the raw ADC in the histograms
|
---|
27 | };
|
---|
28 |
|
---|
29 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.