![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <TFile.h>
#include <TH1.h>
#include <TCanvas.h>
#include <Riostream.h>
#include <TROOT.h>
#include <TClonesArray.h>
#include <TLorentzVector.h>
#include "AliLog.h"
#include "AliESDEvent.h"
#include "AliESDMuonTrack.h"
#include "AliCDBManager.h"
#include "AliMUONCDB.h"
#include "AliMUONTrack.h"
#include "AliMUONVTrackStore.h"
#include "AliMUONTrackParam.h"
#include "AliMUONRecoCheck.h"
#include "AliMUONVCluster.h"
#include "AliMUONRecoParam.h"
Go to the source code of this file.
Functions | |
void | DIMUONFakes (Bool_t useLabel=kFALSE, Int_t FirstEvent=0, Int_t LastEvent=-1, const TString esdFileName="AliESDs.root", const TString SimDir="./generated/", const TString ocdbPath="local://$ALICE_ROOT/OCDB") |
Variables | |
Double_t | sigmaCut = -1. |
Macro to study the effects of fake tracks on the dimuon spectra Results are saved in the root file DiFakes.root Results are relevent provided that you use the same recoParams as for the reconstruction
Definition in file DIMUONFakes.C.
void DIMUONFakes | ( | Bool_t | useLabel = kFALSE , |
Int_t | FirstEvent = 0 , |
||
Int_t | LastEvent = -1 , |
||
const TString | esdFileName = "AliESDs.root" , |
||
const TString | SimDir = "./generated/" , |
||
const TString | ocdbPath = "local://$ALICE_ROOT/OCDB" |
||
) |
Definition at line 39 of file DIMUONFakes.C.
Double_t sigmaCut = -1. |
Definition at line 36 of file DIMUONFakes.C.
Referenced by DIMUONFakes(), AliMUONTrack::FindCompatibleClusters(), AliMUONRecoCheck::GetMCEventHandler(), AliMUONTriggerTrack::GetPtCutLevel(), AliMUONRecoParam::ImproveTracks(), AliMUONVTrackReconstructor::IsAcceptable(), AliMUONVTrackReconstructor::MakeSegmentsBetweenChambers(), MUONRecoCheck(), AliTPCcalibDButil::SetRefALTROData(), and AliNDLocalRegression::SetVerboseLevel().