#include <algorithm>
#include <iterator>
#include <exception>
#include <memory>
#include <numeric>
#include <unordered_map>
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/ESWatcher.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ProducesCollector.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/ForwardDetId/interface/BTLDetId.h"
#include "DataFormats/ForwardDetId/interface/ETLDetId.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdCaloParticle.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdCaloParticleFwd.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdSimCluster.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdSimClusterFwd.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdSimLayerCluster.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdSimLayerClusterFwd.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdSimTrackster.h"
#include "SimDataFormats/CaloAnalysis/interface/MtdSimTracksterFwd.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/TrackingHit/interface/PSimHit.h"
#include "SimDataFormats/Vertex/interface/SimVertex.h"
#include "SimGeneral/MixingModule/interface/DecayGraph.h"
#include "SimGeneral/MixingModule/interface/DigiAccumulatorMixMod.h"
#include "SimGeneral/MixingModule/interface/DigiAccumulatorMixModFactory.h"
#include "SimGeneral/MixingModule/interface/PileUpEventPrincipal.h"
#include "SimGeneral/TrackingAnalysis/interface/EncodedTruthId.h"
#include "Geometry/MTDCommonData/interface/MTDTopologyMode.h"
#include "Geometry/Records/interface/MTDDigiGeometryRecord.h"
#include "Geometry/MTDGeometryBuilder/interface/MTDGeometry.h"
#include "Geometry/MTDGeometryBuilder/interface/MTDGeomUtil.h"
#include "Geometry/MTDNumberingBuilder/interface/MTDTopology.h"
#include "Geometry/MTDGeometryBuilder/interface/ProxyMTDTopology.h"
#include "Geometry/MTDGeometryBuilder/interface/RectangularMTDTopology.h"
Go to the source code of this file.
Classes | |
struct | MtdTruthAccumulator::calo_particles |
class | MtdTruthAccumulator |
struct | MtdTruthAccumulator::OutputCollections |
Macros | |
#define | DEBUG false |
#define | PRINT_DEBUG true |
Functions | |
static const edm::DigiAccumulatorMixModPluginFactory ::PMaker< MtdTruthAccumulator > | s_maker__LINE__ ("MtdTruthAccumulator") |
#define DEBUG false |
Definition at line 4 of file MtdTruthAccumulator.cc.
Referenced by MtdTruthAccumulator::accumulateEvent(), MtdTruthAccumulator::fillSimHits(), and MtdTruthAccumulator::finalizeEvent().
#define PRINT_DEBUG true |
Definition at line 5 of file MtdTruthAccumulator.cc.
|
static |