Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimG4Core
CustomPhysics
plugins
RHStopDump.h
Go to the documentation of this file.
1
#ifndef RHSTOPDUMP_H
2
#define RHSTOPDUMP_H 1
3
//
4
// Dump stopping points from the Event into ASCII file
5
// F.Ratnikov, Apr. 8, 2010
6
// $Id: RHStopDump.h,v 1.1 2010/04/09 11:38:36 fedor Exp $
7
//
8
9
#include <fstream>
10
11
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
12
13
class
RHStopDump
:
public
edm::EDAnalyzer
{
14
public
:
15
explicit
RHStopDump
(
const
edm::ParameterSet
&);
16
virtual
~RHStopDump
() {};
17
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
18
private
:
19
std::ofstream
mStream
;
20
std::string
mProducer
;
21
};
22
23
#endif
RHStopDump::mStream
std::ofstream mStream
Definition:
RHStopDump.h:19
RHStopDump
Definition:
RHStopDump.h:13
RHStopDump::RHStopDump
RHStopDump(const edm::ParameterSet &)
Definition:
RHStopDump.cc:7
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:14
EDAnalyzer.h
RHStopDump::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
RHStopDump.cc:12
RHStopDump::mProducer
std::string mProducer
Definition:
RHStopDump.h:20
RHStopDump::~RHStopDump
virtual ~RHStopDump()
Definition:
RHStopDump.h:16
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
Generated for CMSSW Reference Manual by
1.8.5