ATLAS Offline Software
Sonnenschein.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
5 #ifndef SONNENSCHEIN_H_
6 #define SONNENSCHEIN_H_
7 
10 
11 #include "TLorentzVector.h"
12 
13 namespace top {
14  class Event;
15 
21  public:
22  Sonnenschein();
23  virtual ~Sonnenschein();
24 
25  virtual bool apply(const top::Event&) const override;
26 
27  std::string name() const override {return "RECO:SONNENSCHEIN";}
28  private:
29  bool tWb(const top::Event& event, int start, TLorentzVector& t, TLorentzVector& W, TLorentzVector& b,
30  TLorentzVector& l, TLorentzVector& nu) const;
31 
33  };
34 }
35 
36 #endif
top::Sonnenschein::apply
virtual bool apply(const top::Event &) const override
This does stuff based on the information in an event.
Definition: Sonnenschein.cxx:71
top::Sonnenschein::Sonnenschein
Sonnenschein()
Definition: Sonnenschein.cxx:14
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
JetTiledMap::W
@ W
Definition: TiledEtaPhiMap.h:44
Event
Definition: trigbs_orderedMerge.cxx:42
mergePhysValFiles.start
start
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:14
top::Sonnenschein::name
std::string name() const override
A human readable name.
Definition: Sonnenschein.h:27
SonnenscheinEngine.h
UploadAMITag.l
list l
Definition: UploadAMITag.larcaf.py:158
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
top::Sonnenschein
An AnalysisTop friendly wrapper for the Sonnenschein reconstruction that is implemented in Sonnensche...
Definition: Sonnenschein.h:20
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
top::Sonnenschein::m_sonn
top::SonnenscheinEngine m_sonn
Definition: Sonnenschein.h:32
top::Sonnenschein::~Sonnenschein
virtual ~Sonnenschein()
Definition: Sonnenschein.cxx:17
top::SonnenscheinEngine
Rewrite the top and anti-top decays as a quartic polynomial using top and W mass constraints.
Definition: SonnenscheinEngine.h:24
top::Sonnenschein::tWb
bool tWb(const top::Event &event, int start, TLorentzVector &t, TLorentzVector &W, TLorentzVector &b, TLorentzVector &l, TLorentzVector &nu) const
Definition: Sonnenschein.cxx:20
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
top::EventSelectorBase
This should apply event-level cuts and perform simple plotting on top::Event objects.
Definition: EventSelectorBase.h:20
EventSelectorBase.h
top::Event
Very simple class to hold event data after reading from a file.
Definition: Event.h:49