DAS  3.0
Das Analysis System
MET

Description

class MET

Intended mostly for checks, but not used explicitely anywhere in the analysis.

#include <Event.h>

+ Collaboration diagram for MET:

Public Member Functions

void clear ()
 

Public Attributes

float Et
 
float SumEt
 
float Pt
 
float Phi
 
std::vector< bool > Bit
 

Member Function Documentation

◆ clear()

void clear ( )

to clear for each new event in n-tupliser

30 {
31  Et = DUMMY; SumEt = DUMMY; Pt = DUMMY; Phi = DUMMY;
32  Bit.clear();
33 }

Member Data Documentation

◆ Bit

std::vector<bool> Bit

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

◆ Et

float Et

transverse energy

◆ Phi

float Phi

direction of the total transverse momentum

◆ Pt

float Pt

exactly the same as Et

◆ SumEt

float SumEt

sum of the transverse energies of all the components (jet, leptons, etc.) present in the event


The documentation for this struct was generated from the following files:
DAS::MET::Et
float Et
transverse energy
Definition: Event.h:85
DAS::MET::Bit
std::vector< bool > Bit
flags for application of MET filters (see n-tupliser config file)
Definition: Event.h:89
DUMMY
#define DUMMY
Definition: Event.cc:5
DAS::MET::Phi
float Phi
direction of the total transverse momentum
Definition: Event.h:88
DAS::MET::SumEt
float SumEt
sum of the transverse energies of all the components (jet, leptons, etc.) present in the event
Definition: Event.h:86
DAS::MET::Pt
float Pt
exactly the same as Et
Definition: Event.h:87