Public Member Functions | Public Attributes | List of all members
RunStarting Struct Reference

Public Member Functions

 RunStarting (Json::Value jargs)
 
bool operator() (art::Event &event)
 

Public Attributes

int run
 

Detailed Description

Definition at line 74 of file MultiChannelNoiseDB.cxx.

Constructor & Destructor Documentation

RunStarting::RunStarting ( Json::Value  jargs)
inline

Definition at line 76 of file MultiChannelNoiseDB.cxx.

76  { // 1001
77  run = jargs.asInt();
78  }

Member Function Documentation

bool RunStarting::operator() ( art::Event event)
inline

Definition at line 79 of file MultiChannelNoiseDB.cxx.

79  {
80  int thisrun = event.run();
81  return thisrun >= run;
82  }

Member Data Documentation

int RunStarting::run

Definition at line 75 of file MultiChannelNoiseDB.cxx.


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