FinalStateObject Class Reference A class to combine objects of different types. More...
Detailed DescriptionA class to combine objects of different types. This class is able to combine electrons, muons, jets and etmiss into one vector in case one wants to perform analysis steps that in fact do not distinguish between those. It saves PT, Eta, Phi, Charge (0 for etmiss), a function P4() that refers to a full TLorentzVector and a string "Type" which is either "electron", "muon", "jet" or "etmiss".x Definition at line 16 of file FinalStateObject.h. Constructor & Destructor Documentation
Constructor functions to cast object into general FinalStateObject. The constructor needs an object to be put in which is either of type Electron, Muon, Jet or ETMiss. The members are then taken from the repectie member of the class. Definition at line 22 of file FinalStateObject.h.
Definition at line 23 of file FinalStateObject.h.
Definition at line 24 of file FinalStateObject.h.
Definition at line 25 of file FinalStateObject.h.
Standard Destructor. Member Function Documentation
returns a TLorentzVector of the full 4 momentum. Definition at line 34 of file FinalStateObject.h. Field Documentation
Transverse Momentum. Definition at line 29 of file FinalStateObject.h.
Pseudorapidity. Definition at line 30 of file FinalStateObject.h.
Polar angle. Definition at line 31 of file FinalStateObject.h.
Charge (0 for EtMiss) Definition at line 32 of file FinalStateObject.h.
'electron', 'muon', 'jet' or 'etmiss' Definition at line 33 of file FinalStateObject.h. The documentation for this class was generated from the following file: Generated on Tue Dec 9 2014 17:18:36 for AnalysisBase Documentation by 1.8.6 |