Darwin  1.0
Event loop based prototype framework
RecMET

Description

Structure for MET information at detector level

Not only the MET information itself but also the MET filters (CMS jargon for event filters).

#include <Objects.h>

+ Inheritance diagram for RecMET:
+ Collaboration diagram for RecMET:

Public Member Functions

void clear () override
 
- Public Member Functions inherited from MET
 MET ()
 
virtual ~MET ()=default
 

Public Attributes

std::vector< bool > Bit
 
- Public Attributes inherited from MET
float SumEt
 

Member Function Documentation

◆ clear()

void clear ( )
overridevirtual

resets all members to the same values as in the constructor

Reimplemented from MET.

74 {
75  MET::clear();
76  Bit.clear();
77 }

Member Data Documentation

◆ Bit

std::vector<bool> Bit

flags for application of MET filters (see n-tupliser config file)


The documentation for this struct was generated from the following files:
Darwin::Physics::RecMET::Bit
std::vector< bool > Bit
flags for application of MET filters (see n-tupliser config file)
Definition: Objects.h:87
Darwin::Physics::MET::clear
virtual void clear()
to clear for each new event in n-tupliser
Definition: Objects.cc:64