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

Constructor & Destructor Documentation

◆ JMatchVeto()

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

Default constructor.

Parameters
incoincidence to be matched against veto

Definition at line 222 of file JSupernova.hh.

222 : dut(in) {}

Member Function Documentation

◆ operator()()

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

Operator.

Parameters
inveto to be matched against inner coincidence

Definition at line 228 of file JSupernova.hh.

228  {
229  return in(dut);
230  }

Member Data Documentation

◆ dut

JCoincidenceSN JSUPERNOVA::JMatchVeto::dut
private

Definition at line 215 of file JSupernova.hh.


The documentation for this class was generated from the following file:
JSUPERNOVA::JMatchVeto::dut
JCoincidenceSN dut
Definition: JSupernova.hh:215