]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTAltroBunch.h
Changed the data format to pass to the Make methods
[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;
56673b84 18 Int_t fBunchSize;
7a18a20c 19 unsigned int fEndTimeBin;
7a18a20c 20 private:
21 unsigned int fStartTimeBin;
7a18a20c 22};
23
24
25
26
27#endif
28