CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
RHStopDump Class Reference

#include <RHStopDump.h>

Inheritance diagram for RHStopDump:
edm::one::EDAnalyzer< edm::one::SharedResources > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
 RHStopDump (const edm::ParameterSet &)
 
 ~RHStopDump () override=default
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::SharedResources >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

const std::string mProducer
 
std::ofstream mStream
 
const edm::EDGetTokenT< std::vector< float > > tokenCharges_
 
const edm::EDGetTokenT< std::vector< int > > tokenIds_
 
const edm::EDGetTokenT< std::vector< float > > tokenMasses_
 
const edm::EDGetTokenT< std::vector< float > > tokenTs_
 
const edm::EDGetTokenT< std::vector< float > > tokenXs_
 
const edm::EDGetTokenT< std::vector< float > > tokenYs_
 
const edm::EDGetTokenT< std::vector< float > > tokenZs_
 
const edm::EDGetTokenT< std::vector< std::string > > tokNames_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 12 of file RHStopDump.h.

Constructor & Destructor Documentation

◆ RHStopDump()

RHStopDump::RHStopDump ( const edm::ParameterSet parameters)
explicit

Definition at line 7 of file RHStopDump.cc.

8  : mStream(parameters.getParameter<std::string>("stoppedFile").c_str()),
9  mProducer(parameters.getUntrackedParameter<std::string>("producer", "g4SimHits")),
10  tokNames_(consumes<std::vector<std::string> >(edm::InputTag(mProducer, "StoppedParticlesName"))),
11  tokenXs_(consumes<std::vector<float> >(edm::InputTag(mProducer, "StoppedParticlesX"))),
12  tokenYs_(consumes<std::vector<float> >(edm::InputTag(mProducer, "StoppedParticlesY"))),
13  tokenZs_(consumes<std::vector<float> >(edm::InputTag(mProducer, "StoppedParticlesZ"))),
14  tokenTs_(consumes<std::vector<float> >(edm::InputTag(mProducer, "StoppedParticlesTime"))),
15  tokenIds_(consumes<std::vector<int> >(edm::InputTag(mProducer, "StoppedParticlesPdgId"))),
16  tokenMasses_(consumes<std::vector<float> >(edm::InputTag(mProducer, "StoppedParticlesMass"))),
17  tokenCharges_(consumes<std::vector<float> >(edm::InputTag(mProducer, "StoppedParticlesCharge"))) {}
const std::string mProducer
Definition: RHStopDump.h:20
const edm::EDGetTokenT< std::vector< float > > tokenYs_
Definition: RHStopDump.h:23
std::ofstream mStream
Definition: RHStopDump.h:19
const edm::EDGetTokenT< std::vector< int > > tokenIds_
Definition: RHStopDump.h:26
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::EDGetTokenT< std::vector< float > > tokenXs_
Definition: RHStopDump.h:22
const edm::EDGetTokenT< std::vector< float > > tokenZs_
Definition: RHStopDump.h:24
const edm::EDGetTokenT< std::vector< float > > tokenCharges_
Definition: RHStopDump.h:28
const edm::EDGetTokenT< std::vector< std::string > > tokNames_
Definition: RHStopDump.h:21
const edm::EDGetTokenT< std::vector< float > > tokenTs_
Definition: RHStopDump.h:25
const edm::EDGetTokenT< std::vector< float > > tokenMasses_
Definition: RHStopDump.h:27

◆ ~RHStopDump()

RHStopDump::~RHStopDump ( )
overridedefault

Member Function Documentation

◆ analyze()

void RHStopDump::analyze ( const edm::Event fEvent,
const edm::EventSetup  
)
overridevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 19 of file RHStopDump.cc.

References CosmicGenFilterHelix_cfi::charges, hcaldqm::fEvent, mps_fire::i, particleFlowDisplacedVertex_cfi::masses, mStream, names, tokenCharges_, tokenIds_, tokenMasses_, tokenTs_, tokenXs_, tokenYs_, tokenZs_, and tokNames_.

19  {
21  const edm::Handle<std::vector<float> >& xs = fEvent.getHandle(tokenXs_);
22  const edm::Handle<std::vector<float> >& ys = fEvent.getHandle(tokenYs_);
23  const edm::Handle<std::vector<float> >& zs = fEvent.getHandle(tokenZs_);
24  const edm::Handle<std::vector<float> >& ts = fEvent.getHandle(tokenTs_);
25  const edm::Handle<std::vector<int> >& ids = fEvent.getHandle(tokenIds_);
28 
29  if (names->size() != xs->size() || xs->size() != ys->size() || ys->size() != zs->size()) {
30  edm::LogError("RHStopDump") << "mismatch array sizes name/x/y/z:" << names->size() << '/' << xs->size() << '/'
31  << ys->size() << '/' << zs->size() << std::endl;
32  } else {
33  for (size_t i = 0; i < names->size(); ++i) {
34  mStream << (*names)[i] << ' ' << (*xs)[i] << ' ' << (*ys)[i] << ' ' << (*zs)[i] << ' ' << (*ts)[i] << std::endl;
35  mStream << (*ids)[i] << ' ' << (*masses)[i] << ' ' << (*charges)[i] << std::endl;
36  }
37  }
38 }
const edm::EDGetTokenT< std::vector< float > > tokenYs_
Definition: RHStopDump.h:23
std::ofstream mStream
Definition: RHStopDump.h:19
const edm::EDGetTokenT< std::vector< int > > tokenIds_
Definition: RHStopDump.h:26
Log< level::Error, false > LogError
const std::string names[nVars_]
const edm::EDGetTokenT< std::vector< float > > tokenXs_
Definition: RHStopDump.h:22
const edm::EDGetTokenT< std::vector< float > > tokenZs_
Definition: RHStopDump.h:24
const edm::EDGetTokenT< std::vector< float > > tokenCharges_
Definition: RHStopDump.h:28
charges
only generated particles of these IDs are considered
const edm::EDGetTokenT< std::vector< std::string > > tokNames_
Definition: RHStopDump.h:21
const edm::EDGetTokenT< std::vector< float > > tokenTs_
Definition: RHStopDump.h:25
const edm::EDGetTokenT< std::vector< float > > tokenMasses_
Definition: RHStopDump.h:27

Member Data Documentation

◆ mProducer

const std::string RHStopDump::mProducer
private

Definition at line 20 of file RHStopDump.h.

◆ mStream

std::ofstream RHStopDump::mStream
private

Definition at line 19 of file RHStopDump.h.

Referenced by analyze().

◆ tokenCharges_

const edm::EDGetTokenT<std::vector<float> > RHStopDump::tokenCharges_
private

Definition at line 28 of file RHStopDump.h.

Referenced by analyze().

◆ tokenIds_

const edm::EDGetTokenT<std::vector<int> > RHStopDump::tokenIds_
private

Definition at line 26 of file RHStopDump.h.

Referenced by analyze().

◆ tokenMasses_

const edm::EDGetTokenT<std::vector<float> > RHStopDump::tokenMasses_
private

Definition at line 27 of file RHStopDump.h.

Referenced by analyze().

◆ tokenTs_

const edm::EDGetTokenT<std::vector<float> > RHStopDump::tokenTs_
private

Definition at line 25 of file RHStopDump.h.

Referenced by analyze().

◆ tokenXs_

const edm::EDGetTokenT<std::vector<float> > RHStopDump::tokenXs_
private

Definition at line 22 of file RHStopDump.h.

Referenced by analyze().

◆ tokenYs_

const edm::EDGetTokenT<std::vector<float> > RHStopDump::tokenYs_
private

Definition at line 23 of file RHStopDump.h.

Referenced by analyze().

◆ tokenZs_

const edm::EDGetTokenT<std::vector<float> > RHStopDump::tokenZs_
private

Definition at line 24 of file RHStopDump.h.

Referenced by analyze().

◆ tokNames_

const edm::EDGetTokenT<std::vector<std::string> > RHStopDump::tokNames_
private

Definition at line 21 of file RHStopDump.h.

Referenced by analyze().