Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
bool operator() (const JVeto &in)
 Operator.
 

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) {}

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: