AliPhysics  556872f (556872f)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 Run_BadChannel (Int_t nversion=-1, TString period="LHC15n", TString train="Train_603", TString trigger="AnyINT", 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 runAnalysisBC.C++
root [2] Run_BadChannel(1,"LHC15o","Train_771","INT7",244918,"","GloballyGood.txt") //for merging to one runblock
root [2] Run_BadChannel(-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 Run_BadChannel ( Int_t  nversion = -1,
TString  period = "LHC15n",
TString  train = "Train_603",
TString  trigger = "AnyINT",
Int_t  runNum = 245683,
TString  externalFile = "",
TString  listName = "runList.txt",
TString  workDir = "." 
)

definition of methods


Definition at line 30 of file runAnalysisBC.C.