Jpp  19.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
JSUPERNOVA::JMatchVeto Class Reference

Auxiliary class-operator to match a JVeto with a JCoincidenceSN object Provides an operator to test if a coincidence is vetoed. More...

#include <JSupernova.hh>

Public Member Functions

 JMatchVeto (const JCoincidenceSN &in)
 Default constructor. More...
 
bool operator() (const JVeto &in)
 Operator. More...
 

Private Attributes

JCoincidenceSN dut
 

Detailed Description

Auxiliary class-operator to match a JVeto with a JCoincidenceSN object Provides an operator to test if a coincidence is vetoed.

Definition at line 308 of file JSupernova.hh.

Constructor & Destructor Documentation

JSUPERNOVA::JMatchVeto::JMatchVeto ( const JCoincidenceSN in)
inline

Default constructor.

Parameters
incoincidence to be matched against veto

Definition at line 318 of file JSupernova.hh.

318 : dut(in) {}
JCoincidenceSN dut
Definition: JSupernova.hh:311
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Definition: JCanberra.sh:48

Member Function Documentation

bool JSUPERNOVA::JMatchVeto::operator() ( const JVeto in)
inline

Operator.

Parameters
inveto to be matched against inner coincidence

Definition at line 324 of file JSupernova.hh.

324  {
325  return in(dut);
326  }
JCoincidenceSN dut
Definition: JSupernova.hh:311
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Definition: JCanberra.sh:48

Member Data Documentation

JCoincidenceSN JSUPERNOVA::JMatchVeto::dut
private

Definition at line 311 of file JSupernova.hh.


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