Definitions of the TrackingTruthAccumulator methods. More...
#include "SimGeneral/TrackingAnalysis/interface/TrackingTruthAccumulator.h"
#include "SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimGeneral/MixingModule/interface/PileUpEventPrincipal.h"
#include "FWCore/Framework/interface/one/EDProducer.h"
#include "SimGeneral/TrackingAnalysis/interface/EncodedTruthId.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 "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
#include "DataFormats/SiPixelDetId/interface/PXBDetId.h"
#include "DataFormats/SiPixelDetId/interface/PXFDetId.h"
#include "DataFormats/SiStripDetId/interface/TECDetId.h"
#include "DataFormats/SiStripDetId/interface/TIBDetId.h"
#include "DataFormats/SiStripDetId/interface/TIDDetId.h"
#include "DataFormats/SiStripDetId/interface/TOBDetId.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
Go to the source code of this file.
Functions | |
DEFINE_DIGI_ACCUMULATOR (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: 07/Feb/2013 Mark Grimes - Reorganised and added a bit more documentation. Still not enough though. 12/Mar/2012 (branch NewTrackingParticle only) Mark Grimes - Updated TrackingParticle creation to fit in with Subir Sarkar's re-implementation of TrackingParticle.
Definition in file TrackingTruthAccumulator.cc.
DEFINE_DIGI_ACCUMULATOR | ( | TrackingTruthAccumulator | ) |