source: branches/start/MagicSoft/Mars/mdatacheck/MShowSpect.h@ 9223

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