![]() |
AliRoot Core
edcc906 (edcc906)
|
add brief description More...
#include "AliMUONCDB.h"
#include "AliMUONTrackParam.h"
#include "AliMUONTrackExtrap.h"
#include "AliMUONESDInterface.h"
#include "AliRun.h"
#include "AliRunLoader.h"
#include "AliHeader.h"
#include "AliLoader.h"
#include "AliStack.h"
#include "AliESDEvent.h"
#include "AliESDVertex.h"
#include "AliCDBManager.h"
#include "AliESDMuonTrack.h"
#include "TTree.h"
#include "TNtuple.h"
#include "TLorentzVector.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
#include "TParticle.h"
#include "TString.h"
#include <Riostream.h>
#include <TGeoManager.h>
#include <TROOT.h>
#include <TF1.h>
#include <TMath.h>
Go to the source code of this file.
Functions | |
Bool_t | MUONefficiency (const char *filename="generated/galice.root", const char *esdFileName="AliESDs.root", const char *geoFilename="generated/geometry.root", const char *ocdbPath="local://$ALICE_ROOT/OCDB", Int_t ExtrapToVertex=-1, Int_t ResType=553, Int_t FirstEvent=0, Int_t LastEvent=1000000) |
add brief description
Macro (upgraded version of MUONmassPlot_ESD.C, better handling of Jpsi) to make :
Definition in file MUONefficiency.C.
Bool_t MUONefficiency | ( | const char * | filename = "generated/galice.root" , |
const char * | esdFileName = "AliESDs.root" , |
||
const char * | geoFilename = "generated/geometry.root" , |
||
const char * | ocdbPath = "local://$ALICE_ROOT/OCDB" , |
||
Int_t | ExtrapToVertex = -1 , |
||
Int_t | ResType = 553 , |
||
Int_t | FirstEvent = 0 , |
||
Int_t | LastEvent = 1000000 |
||
) |
ExtrapToVertex | (default -1)
|
ResType | 553 for Upsilon, 443 for J/Psi (default 553) |
FirstEvent | (default 0) |
LastEvent | (default 1.e6) |
Chi2Cut | to keep only tracks with chi2 per d.o.f. < Chi2Cut (default 100) |
Definition at line 69 of file MUONefficiency.C.