All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
bogoblip::BlipMaker Class Reference
Inheritance diagram for bogoblip::BlipMaker:

Public Member Functions

 BlipMaker (fhicl::ParameterSet const &pset)
 
void produce (art::Event &evt)
 

Private Attributes

int m_count
 
std::vector< double > m_head
 
std::vector< double > m_tail
 
double m_time
 
double m_charge
 
double m_step
 

Detailed Description

Definition at line 11 of file BlipMaker_module.cc.

Constructor & Destructor Documentation

bogoblip::BlipMaker::BlipMaker ( fhicl::ParameterSet const &  pset)
explicit

Definition at line 45 of file BlipMaker_module.cc.

46  : EDProducer{pset}
47  , m_count(0)
48  , m_head {pset.get< std::vector<double> >("Head", {100.,0.,0.})}
std::vector< double > m_head

Member Function Documentation

void bogoblip::BlipMaker::produce ( art::Event &  evt)

Member Data Documentation

double bogoblip::BlipMaker::m_charge
private

Definition at line 29 of file BlipMaker_module.cc.

int bogoblip::BlipMaker::m_count
private

Definition at line 24 of file BlipMaker_module.cc.

std::vector<double> bogoblip::BlipMaker::m_head
private

Definition at line 26 of file BlipMaker_module.cc.

double bogoblip::BlipMaker::m_step
private

Definition at line 30 of file BlipMaker_module.cc.

std::vector<double> bogoblip::BlipMaker::m_tail
private

Definition at line 27 of file BlipMaker_module.cc.

double bogoblip::BlipMaker::m_time
private

Definition at line 28 of file BlipMaker_module.cc.


The documentation for this class was generated from the following file: