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

Auxiliary class to manage a set of vetoes. More...

#include <JSupernova.hh>

Inheritance diagram for JSUPERNOVA::JVetoSet:
std::vector< JVeto >

Public Member Functions

bool operator() (const JCoincidenceSN &in) const
 Applies the veto set to a coincidence. More...
 

Detailed Description

Auxiliary class to manage a set of vetoes.

Definition at line 257 of file JSupernova.hh.

Member Function Documentation

bool JSUPERNOVA::JVetoSet::operator() ( const JCoincidenceSN in) const
inline

Applies the veto set to a coincidence.

Parameters
incoincidence to be tested

Definition at line 264 of file JSupernova.hh.

264  {
265  return any_of(this->begin(), this->end(), JMatchVeto(in));
266  }
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
Definition: JCanberra.sh:42

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