]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Initialisation corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Feb 2011 21:56:45 +0000 (21:56 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Feb 2011 21:56:45 +0000 (21:56 +0000)
ANALYSIS/AliCentralitySelectionTask.cxx

index f4691290d4b5f73ec88c02b14a5d699c6284ece1..056ac848537e5c947779f81402a7492a2503e856 100644 (file)
@@ -216,6 +216,8 @@ AliCentralitySelectionTask::AliCentralitySelectionTask(const char *name):
   fHOutVertex(0)
 {
   // Default constructor
+  fLowRunN  = 137161;
+  fHighRunN = 139173;
   AliInfo("Centrality Selection enabled.");
   DefineOutput(1, TList::Class());
   for (Int_t i=0; i<(fHighRunN-fLowRunN); i++) {