Jpp  17.0.0
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 JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Definition: JCanberra.sh:46

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