AliRoot Core  da88d91 (da88d91)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestRecPoints.C File Reference

This macro is to be used to check the trigger and tracking chamber behaviour through the RecPoints analysis. More...

#include "TString.h"
#include "TH1.h"
#include "TList.h"
#include "TFile.h"
#include "TDirectory.h"
#include "TTree.h"
#include "TClonesArray.h"
#include "AliRun.h"
#include "AliRunLoader.h"
#include "AliLoader.h"
#include "AliCDBManager.h"
#include "AliGeomManager.h"
#include "AliMpConstants.h"
#include "AliMUONVTriggerStore.h"
#include "AliMUONDigitStoreV1.h"
#include "AliMUONDigitMaker.h"
#include "AliMUONLocalTrigger.h"
#include "AliMUONClusterStoreV2.h"
#include "AliMUONClusterFinderMLEM.h"
#include "AliMUONPreClusterFinder.h"
#include "AliMUONSimpleClusterServer.h"
#include "AliMUONGeometryTransformer.h"
#include "AliMUONVDigitStore.h"
#include "AliMUONDigitStoreV2R.h"
#include "AliMUONVCluster.h"
#include "AliMUONRecoParam.h"
#include "AliMUONCDB.h"
Include dependency graph for TestRecPoints.C:

Go to the source code of this file.

Enumerations

enum  { kOnlyTracker, kOnlyTrigger, kTrackTrig }
 

Functions

Int_t GetPlane (Int_t ch, Int_t cath)
 
void ClusterSize (TList &, AliMUONVDigit *, Int_t &, Int_t)
 
void TestRecPoints (TString baseDir=".", TString outDir=".", Float_t adcCut=10., Int_t whatToTest=kTrackTrig, Int_t runNumber=0, TString cdbStorage="local://$ALICE_ROOT/OCDB")
 

Variables

const Int_t kNtrigChambers = AliMpConstants::NofTriggerChambers()
 
const Int_t kNcathodes = AliMpConstants::NofCathodes()
 
const Int_t kNtrackChambers = AliMpConstants::NofTrackingChambers()
 

Detailed Description

This macro is to be used to check the trigger and tracking chamber behaviour through the RecPoints analysis.

Author
D. Stocco (Torino)

Definition in file TestRecPoints.C.

Enumeration Type Documentation

anonymous enum
Enumerator
kOnlyTracker 
kOnlyTrigger 
kTrackTrig 

Definition at line 73 of file TestRecPoints.C.

Function Documentation

void ClusterSize ( TList &  list,
AliMUONVDigit refDigit,
Int_t &  clusterSize,
Int_t  depthLevel 
)

Definition at line 347 of file TestRecPoints.C.

Referenced by TestRecPoints().

Int_t GetPlane ( Int_t  ch,
Int_t  cath 
)

Definition at line 75 of file TestRecPoints.C.

Referenced by TestRecPoints().

void TestRecPoints ( TString  baseDir = ".",
TString  outDir = ".",
Float_t  adcCut = 10.,
Int_t  whatToTest = kTrackTrig,
Int_t  runNumber = 0,
TString  cdbStorage = "local://$ALICE_ROOT/OCDB" 
)

Definition at line 79 of file TestRecPoints.C.

Variable Documentation

const Int_t kNcathodes = AliMpConstants::NofCathodes()

Definition at line 69 of file TestRecPoints.C.

Referenced by GetPlane(), and TestRecPoints().

const Int_t kNtrackChambers = AliMpConstants::NofTrackingChambers()

Definition at line 71 of file TestRecPoints.C.

Referenced by TestRecPoints().

const Int_t kNtrigChambers = AliMpConstants::NofTriggerChambers()

Definition at line 68 of file TestRecPoints.C.

Referenced by TestRecPoints().