Definitions of the TrackingTruthAccumulator methods. More...
#include "SimGeneral/TrackingAnalysis/plugins/TrackingTruthAccumulator.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ProducerBase.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h"
#include "SimDataFormats/TrackingHit/interface/PSimHit.h"
#include "SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h"
#include "SimGeneral/MixingModule/interface/PileUpEventPrincipal.h"
#include "SimGeneral/TrackingAnalysis/interface/EncodedTruthId.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
#include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Utilities/interface/isFinite.h"
#include "Geometry/Records/interface/TrackerTopologyRcd.h"
Go to the source code of this file.
Functions | |
static const edm::DigiAccumulatorMixModPluginFactory::PMaker< TrackingTruthAccumulator > | s_maker__LINE__ ("TrackingTruthAccumulator") |
Definitions of the TrackingTruthAccumulator methods.
There are a lot of utility classes and functions in this file. This makes it quite long but I didn't want to confuse the directory structure with lots of extra files. My reasoning was that lots of people look at the directory contents but only the really interested ones will look in this particular file, and the utility stuff isn't used elsewhere.
There are three main sections to this file, from top to bottom: 1 - Declarations of extra utility stuff not in the header file. All in the unnamed namespace. 2 - Definitions of the TrackingTruthAccumulator methods. 3 - Definitions of the utility classes and functions declared in (1).
Changelog: 05/May/2015 Mark Grimes - Added functionality to add a collection of just the initial vertices for FastTimer studies.
17/Jul/2014 Dominik Nowatschin (domin) - added ik.n owats chin @cern .chSimVertex and a ref to HepMC::Genvertex to TrackingVertex in TrackingParticleFactory::createTrackingVertex; handle to edm::HepMCProduct is created directly in TrackingTruthAccumulator::accumulate and not in accumulateEvent as edm::Event and PileUpEventPrincipal have different getByLabel() functions
07/Feb/2013 Mark Grimes - Reorganised and added a bit more documentation. Still not enough though. 12/Mar/2012 Mark Grimes - Updated TrackingParticle creation to fit in with Subir Sarkar's re-implementation of TrackingParticle.
Definition in file TrackingTruthAccumulator.cc.
|
static |