![]() |
AliRoot Core
3abf5b4 (3abf5b4)
|
Macro for checking trigger integrated efficiency for dimuons. More...
#include "TBranch.h"
#include "TClonesArray.h"
#include "TObject.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
#include "TTree.h"
#include "TParticle.h"
#include "AliRun.h"
#include "AliRunLoader.h"
#include "AliHeader.h"
#include "AliLoader.h"
#include "AliStack.h"
#include "AliCDBManager.h"
#include "AliMUON.h"
#include "AliMUONHit.h"
#include "AliMUONConstants.h"
#include "AliMUONDigit.h"
#include "AliMUONGlobalTrigger.h"
#include "AliMUONTrack.h"
#include "AliMUONDataInterface.h"
#include "AliMUONMCDataInterface.h"
#include "AliMUONVHitStore.h"
#include "AliMUONVTriggerStore.h"
Go to the source code of this file.
Functions | |
void | MUONTriggerEfficiency (const char *filenameSim="galice_sim.root", const char *filenameRec="galice.root", Bool_t readFromRP=0) |
Macro for checking trigger integrated efficiency for dimuons.
The efficiency is calculated with respect to the 3/4 coincidence.
Definition in file MUONTriggerEfficiency.C.
void MUONTriggerEfficiency | ( | const char * | filenameSim = "galice_sim.root" , |
const char * | filenameRec = "galice.root" , |
||
Bool_t | readFromRP = 0 |
||
) |
Definition at line 63 of file MUONTriggerEfficiency.C.