]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTAltroBunch.h
New component for writing calibration data to fxs (Oystein)
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTAltroBunch.h
CommitLineData
7a18a20c 1#ifndef ALIHLTALTROBUNCH_H
2#define ALIHLTALTROBUNCH_H
56673b84 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
7a18a20c 5
6#include "Rtypes.h"
7#include <iostream>
8
9using namespace std;
10
11
12class AliHLTAltroBunch
13{
56673b84 14 public:
7a18a20c 15 AliHLTAltroBunch();
16 ~ AliHLTAltroBunch();
7a18a20c 17 UInt_t *fData;
b77f29d0 18 Int_t fBunchDataSize;
56673b84 19 Int_t fBunchSize;
7a18a20c 20 unsigned int fEndTimeBin;
7a18a20c 21 private:
22 unsigned int fStartTimeBin;
7a18a20c 23};
24
25
dc23949c 26
7a18a20c 27#endif
28