Main Page
Namespaces
Classes
Package Documentation
SimG4Core
CustomPhysics
interface
RHStopDump.h
Go to the documentation of this file.
1
#ifndef SimG4Core_CustomPhysics_RHStopDump_H
2
#define SimG4Core_CustomPhysics_RHStopDump_H
3
//
4
// Dump stopping points from the Event into ASCII file
5
// F.Ratnikov, Apr. 8, 2010
6
//
7
8
#include <fstream>
9
10
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
11
12
class
RHStopDump
:
public
edm::one::EDAnalyzer
<edm::one::SharedResources> {
13
public
:
14
explicit
RHStopDump
(
const
edm::ParameterSet
&);
15
~RHStopDump
()
override
{};
16
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
17
private
:
18
std::ofstream
mStream
;
19
std::string
mProducer
;
20
};
21
22
#endif
RHStopDump::~RHStopDump
~RHStopDump() override
Definition:
RHStopDump.h:15
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
RHStopDump::mStream
std::ofstream mStream
Definition:
RHStopDump.h:18
RHStopDump::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
RHStopDump.cc:12
RHStopDump
Definition:
RHStopDump.h:12
RHStopDump::RHStopDump
RHStopDump(const edm::ParameterSet &)
Definition:
RHStopDump.cc:7
edm::EventSetup
Definition:
EventSetup.h:48
RHStopDump::mProducer
std::string mProducer
Definition:
RHStopDump.h:19
EDAnalyzer.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:69
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
Generated for CMSSW Reference Manual by
1.8.11