Jpp
 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 211 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 221 of file JSupernova.hh.

221 : dut(in) {}
JCoincidenceSN dut
Definition: JSupernova.hh:214

Member Function Documentation

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

Operator.

Parameters
inveto to be matched against inner coincidence

Definition at line 227 of file JSupernova.hh.

227  {
228  return in(dut);
229  }
JCoincidenceSN dut
Definition: JSupernova.hh:214

Member Data Documentation

JCoincidenceSN JSUPERNOVA::JMatchVeto::dut
private

Definition at line 214 of file JSupernova.hh.


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