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

284  {
285  return any_of(this->begin(), this->end(), JMatchVeto(in));
286  }
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
Definition: JSirene.sh:45

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