#include "QCDAnalysis/ChargedHadronSpectra/interface/Histograms.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "TROOT.h"
#include "TTree.h"
#include "TFile.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include <iostream>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | nCharges 2 |
#define | nFeedDowns 18 |
#define | nParticles 21 |
#define | nResonances 4 |
Enumerations | |
enum | Charges { pos, neg, zero, undefined } |
enum | Particles { pip, pim, kap, kam, prp, prm, elp, elm, hap, ham, gam, k0s, lam, ala, rho, kst, aks, phi, sip, asi, any } |
Variables | |
const char * | chargeName [2+2] |
const std::pair< int, int > | feedDown [18] |
const int | partCharge [21] |
const char * | partName [21] |
const std::pair< int, int > | resonance [4] |
#define nCharges 2 |
Definition at line 17 of file Histograms.cc.
Referenced by Histograms::declareHistograms().
#define nFeedDowns 18 |
Definition at line 60 of file Histograms.cc.
Referenced by Histograms::declareHistograms(), and Histograms::fillRecHistograms().
#define nParticles 21 |
Definition at line 25 of file Histograms.cc.
Referenced by FBaseSimEvent::addParticles(), and l1extra::L1ParticleMap::indexCombos().
#define nResonances 4 |
Definition at line 74 of file Histograms.cc.
enum Charges |
Enumerator | |
---|---|
pos | |
neg | |
zero | |
undefined |
Definition at line 18 of file Histograms.cc.
enum Particles |
Enumerator | |
---|---|
pip | |
pim | |
kap | |
kam | |
prp | |
prm | |
elp | |
elm | |
hap | |
ham | |
gam | |
k0s | |
lam | |
ala | |
rho | |
kst | |
aks | |
phi | |
sip | |
asi | |
any |
Definition at line 26 of file Histograms.cc.
const char* chargeName[2+2] |
Definition at line 21 of file Histograms.cc.
Referenced by Histograms::declareHistograms().
const std::pair<int,int> feedDown[18] |
Definition at line 61 of file Histograms.cc.
Referenced by Histograms::declareHistograms(), and Histograms::fillRecHistograms().
const int partCharge[21] |
Definition at line 48 of file Histograms.cc.
Referenced by Histograms::fillRecHistograms(), Histograms::fillSimHistograms(), and GenHFHadronMatcher::findInMothers().
const char* partName[21] |
Definition at line 37 of file Histograms.cc.
Referenced by Histograms::declareHistograms(), main(), and makeTKTrend().
const std::pair<int,int> resonance[4] |
Definition at line 75 of file Histograms.cc.
Referenced by PrimaryVertexAnalyzer::getSimPVs().