Darwin  1.0
Event loop based prototype framework
MET

Description

Abstract structure for MET information.

#include <Objects.h>

+ Inheritance diagram for MET:
+ Collaboration diagram for MET:

Public Member Functions

virtual void clear ()
 
 MET ()
 
virtual ~MET ()=default
 

Public Attributes

float SumEt
 

Constructor & Destructor Documentation

◆ MET()

MET ( )
62 : SumEt(0) { }

◆ ~MET()

virtual ~MET ( )
virtualdefault

Member Function Documentation

◆ clear()

void clear ( )
virtual

to clear for each new event in n-tupliser

Reimplemented in RecMET.

65 {
66  SetR(0);
67  SetPhi(0);
68  SumEt = 0;
69 }

Member Data Documentation

◆ SumEt

float SumEt

scalar sum of the transverse momentum of visible object


The documentation for this struct was generated from the following files:
Darwin::Physics::MET::SumEt
float SumEt
scalar sum of the transverse momentum of visible object
Definition: Objects.h:69