X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RALICE%2Fwa98%2FWa98Convert.h;h=d3eabdfc57e8736e8f74fc754270c19434f28423;hp=81b879351111ee3c8e5193c63c6527faef8265fb;hb=aa1cca3432b990cdfdeb9c7567e89803781b9f68;hpb=5c9fc9156e31253d61e22fad5f0f9b186b3b92c0 diff --git a/RALICE/wa98/Wa98Convert.h b/RALICE/wa98/Wa98Convert.h index 81b87935111..d3eabdfc57e 100644 --- a/RALICE/wa98/Wa98Convert.h +++ b/RALICE/wa98/Wa98Convert.h @@ -13,11 +13,14 @@ class Wa98Convert : public TObject { public : - Wa98Convert(TTree* tree=0); // Constructor + Wa98Convert(TTree* tree=0,Int_t split=0,Int_t bsize=32000); // Constructor virtual ~Wa98Convert(); // Destructor void Loop(TTree* otree=0,Int_t nentries=-1,Int_t printfreq=1); // Perform the conversion protected : + Int_t fSplit; + Int_t fBsize; + TTree *fChain; //!pointer to the analyzed TTree or TChain //Declaration of leaves types @@ -48,6 +51,6 @@ class Wa98Convert : public TObject Float_t Thetacv[1000]; //[Ncluv] Float_t Phicv[1000]; //[Ncluv] - ClassDef(Wa98Convert,1) // Conversion Wa98 ntuple data into Wa98Event physics event structures. + ClassDef(Wa98Convert,2) // Conversion Wa98 ntuple data into Wa98Event physics event structures. }; #endif