AliPhysics  239578e (239578e)
runAnalysisBC.C File Reference

Main function to run the bad channel analysis. More...

#include <TStopwatch.h>
#include <TROOT.h>
#include "BadChannelAna.h"
Include dependency graph for runAnalysisBC.C:

Go to the source code of this file.

Functions

void runAnalysisBC (Int_t nversion=-1, TString period="LHC15n", TString train="Train_603", TString trigger="INT7", Int_t runNum=245683, TString externalFile="", TString listName="runList.txt", TString workDir=".")
 

Detailed Description

Main function to run the bad channel analysis.

See https://twiki.cern.ch/twiki/bin/view/ALICE/BadChannelAnalysis for general documentation


Running the macro

use root -b to speed up (no canvas drawn)
root [1] .L $ALICE_WORK_DIR/../ali-master/AliPhysics/PWGPP/EMCAL/BCMacros/runAnalysisBC.C++
root [2] runAnalysisBC(0,"LHC15o","Train_771","INT7",244918,"","AllRuns.txt") //for merging to one runblock
root [2] runAnalysisBC(-1,"LHC15o","Train_771","INT7",244918,"244918_INT7Filtered.root","") //for single files

Author
Eliane Epple elian.nosp@m.e.ep.nosp@m.ple@y.nosp@m.ale..nosp@m.edu, Yale University
Date
June 29, 2017

Definition in file runAnalysisBC.C.

Function Documentation

void runAnalysisBC ( Int_t  nversion = -1,
TString  period = "LHC15n",
TString  train = "Train_603",
TString  trigger = "INT7",
Int_t  runNum = 245683,
TString  externalFile = "",
TString  listName = "runList.txt",
TString  workDir = "." 
)

definition of methods


Definition at line 30 of file runAnalysisBC.C.