]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFPreprocessor.h
Modifications for TOFnoiseda:
[u/mrichter/AliRoot.git] / TOF / AliTOFPreprocessor.h
index 72f79f9ac5a03b883a03558167dbb5af25305224..a54ac7b94ff394fa457020da030e992625e85dc9 100644 (file)
@@ -53,6 +53,8 @@ class AliTOFPreprocessor : public AliPreprocessor
     Bool_t fStoreRefData;                    // Flag to decide storage of Ref Data
     Bool_t fFDRFlag;                         // Flag for FDR runs 
     AliTOFChannelOnlineStatusArray *fStatus; // Array with TOF channels' status
-    ClassDef(AliTOFPreprocessor, 0);
+    Int_t *fMatchingWindow;                  //[fNChannels]
+                                             // Array of matching windows (one per channel) - to be used in noise runs
+    ClassDef(AliTOFPreprocessor, 0);         
 };
 #endif