#include <vector>
#include <string>
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/DataObject.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "HepMC/GenEvent.h"
#include "HepMC/GenParticle.h"
#include "AtlfastCode/ReconstructedParticle.h"
#include "AtlfastCode/TesIO.h"
Include dependency graph for StandardHistogramMaker.h:
Go to the source code of this file.
Namespaces | |
namespace | Atlfast |
Defines | |
#define | DEFAULT_electronLocation "/Event/Electrons" |
#define | DEFAULT_isolatedElectronLocation "/Event/IsolatedElectrons" |
#define | DEFAULT_photonLocation "/Event/Photons" |
#define | DEFAULT_isolatedPhotonLocation "/Event/IsolatedPhotons" |
#define | DEFAULT_cellLocation "/Event/AtlfastCells" |
#define | DEFAULT_clusterLocation "/Event/Clusters" |
#define | DEFAULT_mcTruthLocation "/Event/McEventCollection" |
#define | DEFAULT_doElectronHistograms true |
#define | DEFAULT_doIsolatedElectronHistograms true |
#define | DEFAULT_doPhotonHistograms true |
#define | DEFAULT_doIsolatedPhotonHistograms true |
#define | DEFAULT_doCellHistograms true |
#define | DEFAULT_doClusterHistograms true |
#define | DEFAULT_histStart 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|