source: branches/start/MagicSoft/MarsOctober/mocttest/MOctTest.h@ 9223

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: 682 bytes
Line 
1#ifndef MOCTTEST_H
2#define MOCTTEST_H
3#include "Magic.h"
4
5#include <iostream.h>
6
7#include <TH1.h>
8#include <TFile.h>
9#include <TTree.h>
10#include <TObjArray.h>
11#include <TStopwatch.h>
12#include <TObject.h>
13
14#include "MRawEvt.h"
15#include "MParList.h"
16#include "MParRead.h"
17#include "MParWrite.h"
18#include "MAdcSpect.h"
19#include "MShowSpect.h"
20#include "MTaskList.h"
21#include "MHistosAdc.h"
22#include "MObjBuffer.h"
23#include "MFile.h"
24#include "MEvtLoop.h"
25#include "MInputStreamID.h"
26
27class MOctTest {
28
29 private:
30
31 public:
32
33 MOctTest() ;
34
35 ~MOctTest() ;
36
37 Bool_t PedAdcSpectra( Char_t *inputFile ) ;
38 Bool_t CrAdcSpectra ( Char_t *inputFile ) ;
39
40
41} ;
42
43#endif
44
45
46
47
Note: See TracBrowser for help on using the repository browser.