Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
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

◆ JMatchVeto()

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

Member Function Documentation

◆ operator()()

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  }

Member Data Documentation

◆ dut

JCoincidenceSN JSUPERNOVA::JMatchVeto::dut
private

Definition at line 311 of file JSupernova.hh.


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