A++ » INC » AtlSgTop_tChannelFinder

class AtlSgTop_tChannelFinder: public AtlKinFitterTool


 Single top t-channel event finder

 Helper class for conducting a kinematic fit and/or cut-based analysis
 of the t-channel of single-top.

 Used by AtlSelector.


 The Finder is looking for events with at least two jets and a W (in channels
 W->e nu, W->mu nu). One of the jet (the b-jet) is combined with the W to
 reconstruct a top quark. The finder selects the combination with the smallest
 chi^2 of the KinFitter output to be the reconstructed event.


 Use this tool by adding it to the task class of your analysis job
 like this:

  //************************************************************

  class YourTask : public AtlAppAnalysisTask {
  .
  .
  .
  }

  void YourTask::InitSelector() {
  
  // Initialise the analysis selector of your analysis
  
  fSelector = new YourAnalysis(fOutputFileName->Data());

  // ===============================================================================
  // Definition of selection cuts for your (dummy or alternative cut-based) analysis
  // ===============================================================================
  SetCut(...)
  .
  .
  .
  
  // Add kinematic fitting procedure
  
  AtlSgTop_tChannelFinder *kinfit =
  new AtlSgTop_tChannelFinder("sgtop_finder_kinfitter",
 	    "Single-Top t-Channel Reconstruction by KinFitter");
  SetToolCut("sgtop_finder_kinfitter", "fMode", "AtlKinFitterTool::kKinFit");
  SetToolCut("sgtop_finder_kinfitter", "fModeMass", "AtlSgTop_tChannelFinder::kGauss");
  SetToolCut("sgtop_finder_kinfitter", "fBJetTagger",    "AtlBTag::kBaseline");
  SetToolCut("sgtop_finder_kinfitter", "fBJetWeightMin", "4.0");
  .
  .
  .
  fSelector->AddTool(kinfit);

  //************************************************************

 When included in the analysis task this class appends an additional
 directory structure to the output file in which the output histograms are
 stored.

 If the finder should be run in KinFitter mode, set fMode = kKinFit,
 if the finder should be run in cut-based mode, set fMode = kCutBased,
 if the finder should be run in both modes, set fMode = kAll.

 fChi2ProbMin provides the P(chi2) cut on the main fit.
 fVetoWhadProbMin gives the P(chi2) cut on the veto fit of an additional
 hadronically decaying W.

 If the usage of MissingEtRefFinal is desired, set fUseMETRefFinal = kTRUE via
 SetToolCut().

 If truth-matching is desired, set fTruthMatch = kTRUE via SetToolCut().

 If informational and/or debug output is desired, set the verbosity level
 via tool->SetVerbosityLevel(Int_t VerbosityLevel) in your task file:

 -> If only informational output on the reconstructed top-quark and hadronic
    W boson is desired, set VerbosityLevel = 1.
 -> If debug output is desired, set VerbosityLevel = 2. This will print the
    fit objects and their respective covariance matrices, preceeding and
    succeeding the fit (main fit and Whad veto fit).

 If even more detailed debug output is needed, set the verbosity level of the
 KinFitter object by hand in this file!

 Author: Patrick Rieck <mailto:rieck@physik.hu-berlin.de>
 Copyright: 2009 (C) Patrick Rieck

Function Members (Methods)

public:
virtual~AtlSgTop_tChannelFinder()
voidTObject::AbstractMethod(const char* method) const
voidAtlKinFitterTool::AddAbundanceTrue(Int_t abundance)
virtual Bool_tAnalyzeEvent()
virtual voidTObject::AppendPad(Option_t* option = "")
AtlSgTop_tChannelFinder(const AtlSgTop_tChannelFinder&)
AtlSgTop_tChannelFinder(const char* name, const char* title)
virtual voidBookHistograms()
virtual voidTObject::Browse(TBrowser* b)
static TClass*Class()
virtual const char*TObject::ClassName() const
virtual TObject*TNamed::Clone(const char* newname = "") const
virtual Int_tTNamed::Compare(const TObject* obj) const
virtual voidTNamed::Copy(TObject& named) const
virtual voidTObject::Delete(Option_t* option = "")MENU
virtual Int_tTObject::DistancetoPrimitive(Int_t px, Int_t py)
virtual voidTObject::Draw(Option_t* option = "")
virtual voidTObject::DrawClass() constMENU
virtual TObject*TObject::DrawClone(Option_t* option = "") constMENU
virtual voidTObject::Dump() constMENU
virtual voidTObject::Error(const char* method, const char* msgfmt) const
virtual voidTObject::Execute(const char* method, const char* params, Int_t* error = 0)
virtual voidTObject::Execute(TMethod* method, TObjArray* params, Int_t* error = 0)
virtual voidTObject::ExecuteEvent(Int_t event, Int_t px, Int_t py)
virtual voidTObject::Fatal(const char* method, const char* msgfmt) const
virtual voidTNamed::FillBuffer(char*& buffer)
virtual voidFillHistograms()
virtual voidAtlAnalysisTool::FillHistogramsNoEvtSel()
virtual voidAtlKinFitterTool::FillLeptonCovMatrixHistograms(HepParticle* lepton, TMatrixD& CovLepton)
virtual TObject*TObject::FindObject(const char* name) const
virtual TObject*TObject::FindObject(const TObject* obj) const
Int_tAtlKinFitterTool::GetAbundanceTrue()
Double_tAtlKinFitterTool::GetBinContent_UnweightedCutFlow(Int_t i_bin)
Double_tAtlKinFitterTool::GetBinContent_UnweightedCutFlow2(Int_t i_bin)
Double_tAtlKinFitterTool::GetBinContent_WeightedCutFlow(Int_t i_bin)
Double_tAtlKinFitterTool::GetBinContent_WeightedCutFlow2(Int_t i_bin)
Float_tAtlKinFitterTool::GetChi2() const
Float_tAtlKinFitterTool::GetChi2overNDoF() const
Float_tAtlKinFitterTool::GetConsValue() const
virtual Option_t*TObject::GetDrawOption() const
static Long_tTObject::GetDtorOnly()
TH1F*GetHistChi2ProbBoth()
virtual const char*TObject::GetIconName() const
voidAtlKinFitterTool::GetLeptonCovMatRand(HepParticle* lepton, TMatrixD& CovLepton)
virtual const char*TNamed::GetName() const
Float_tAtlKinFitterTool::GetNbIter() const
Int_tAtlKinFitterTool::GetNDoF() const
virtual char*TObject::GetObjectInfo(Int_t px, Int_t py) const
static Bool_tTObject::GetObjectStat()
virtual Option_t*TObject::GetOption() const
const char*AtlAnalysisTool::GetOutputDir() const
Float_tAtlAnalysisTool::GetPreTagEvtWeight() const
static const char*AtlAnalysisTool::GetProcessModeName(AtlAnalysisTool::EProcessMode mode)
Float_tAtlAnalysisTool::GetTagEvtWeight() const
virtual const char*TNamed::GetTitle() const
AtlAnalysisTool*AtlAnalysisTool::GetTool(const char* ClassName, const char* ToolName = "", Bool_t force = kFALSE) const
virtual UInt_tTObject::GetUniqueID() const
voidAtlKinFitterTool::GuessTopDecayNeutrinoEtaE(Double_t& EtaStart, Double_t& EStart, TVector2 Et_Miss, HepParticle* Lepton, AtlJet* BJet)
virtual Bool_tTObject::HandleTimer(TTimer* timer)
virtual ULong_tTNamed::Hash() const
virtual voidTObject::Info(const char* method, const char* msgfmt) const
virtual Bool_tTObject::InheritsFrom(const char* classname) const
virtual Bool_tTObject::InheritsFrom(const TClass* cl) const
virtual voidAtlAnalysisTool::Init()
virtual voidTObject::Inspect() constMENU
voidTObject::InvertBit(UInt_t f)
virtual TClass*IsA() const
virtual Bool_tTObject::IsEqual(const TObject* obj) const
virtual Bool_tTObject::IsFolder() const
Bool_tAtlAnalysisTool::IsIndividual() const
Bool_tAtlAnalysisTool::IsMainAnalysis() const
Bool_tAtlAnalysisTool::IsObjectsDefinition() const
Bool_tAtlAnalysisTool::IsOff() const
Bool_tTObject::IsOnHeap() const
Bool_tAtlAnalysisTool::IsPostAnalysis() const
Bool_tAtlAnalysisTool::IsPreAnalysis() const
Bool_tAtlAnalysisTool::IsScaleFactor() const
virtual Bool_tTNamed::IsSortable() const
Bool_tAtlAnalysisTool::IsSystematics() const
Bool_tTObject::IsZombie() const
voidAtlKinFitterTool::LoadCovMatrices()
virtual voidTNamed::ls(Option_t* option = "") const
voidTObject::MayNotUse(const char* method) const
virtual Bool_tAtlAnalysisTool::Notify()
voidTObject::Obsolete(const char* method, const char* asOfVers, const char* removedFromVers) const
voidTObject::operator delete(void* ptr)
voidTObject::operator delete(void* ptr, void* vp)
voidTObject::operator delete[](void* ptr)
voidTObject::operator delete[](void* ptr, void* vp)
void*TObject::operator new(size_t sz)
void*TObject::operator new(size_t sz, void* vp)
void*TObject::operator new[](size_t sz)
void*TObject::operator new[](size_t sz, void* vp)
AtlSgTop_tChannelFinder&operator=(const AtlSgTop_tChannelFinder&)
virtual voidTObject::Paint(Option_t* option = "")
virtual voidTObject::Pop()
virtual voidPrint() const
Bool_tAtlAnalysisTool::Process()
virtual Int_tTObject::Read(const char* name)
virtual voidTObject::RecursiveRemove(TObject* obj)
voidTObject::ResetBit(UInt_t f)
virtual voidTObject::SaveAs(const char* filename = "", Option_t* option = "") constMENU
virtual voidTObject::SavePrimitive(ostream& out, Option_t* option = "")
voidTObject::SetBit(UInt_t f)
voidTObject::SetBit(UInt_t f, Bool_t set)
virtual voidSetBranchStatus()
voidAtlKinFitterTool::SetChi2(Double_t chi2)
voidAtlKinFitterTool::SetConsValue(Double_t cons)
voidAtlKinFitterTool::SetCovMatrix(TMatrixD& cov, HepJet* jet)
voidAtlKinFitterTool::SetCovMatrix(TMatrixD& cov, HepParticle* nu)
voidAtlKinFitterTool::SetCovMatrix(TMatrixD& cov, HepParticle* nu, Double_t SigmaPt_MET, Double_t SigmaPhi_MET, Double_t Cov_Pt_Phi_MET)
voidAtlKinFitterTool::SetCovMatrix(TMatrixD& cov, HepJet* jet, Double_t sigma_pt, Double_t sigma_eta, Double_t sigma_phi, Double_t cov_pt_eta, Double_t cov_pt_phi, Double_t cov_eta_phi)
virtual voidSetCutDefaults()
voidAtlKinFitterTool::SetCutFlow(const char* cut)
voidAtlKinFitterTool::SetCutFlow2(const char* cut)
virtual voidTObject::SetDrawOption(Option_t* option = "")MENU
static voidTObject::SetDtorOnly(void* obj)
voidSetEtmiss(TVector2 etmiss)
voidAtlAnalysisTool::SetEvent(AtlEvent* evt)
voidSetJets(TList* jets)
voidSetLeptons(TList* leptons)
voidAtlKinFitterTool::SetMode(AtlKinFitterTool::EMode mode = kKinFit)
virtual voidTNamed::SetName(const char* name)MENU
virtual voidTNamed::SetNameTitle(const char* name, const char* title)
voidAtlKinFitterTool::SetNbIter(Int_t nbIter)
voidAtlKinFitterTool::SetNDoF(Int_t ndf)
static voidTObject::SetObjectStat(Bool_t stat)
voidAtlAnalysisTool::SetOutputDir(const char* dir)
voidAtlAnalysisTool::SetOutputFile(TFile* f)
voidAtlAnalysisTool::SetParent(AtlSelector* parent)
virtual voidTNamed::SetTitle(const char* title = "")MENU
voidAtlAnalysisTool::SetTree(TTree* t)
voidAtlKinFitterTool::SetTrueReco(Bool_t TrueReco)
voidAtlKinFitterTool::SetTruthMatchBinning(Int_t Nbins, Double_t xlow, Double_t xup)
voidAtlKinFitterTool::SetTruthMatchXTitle(const char* XTitle)
virtual voidTObject::SetUniqueID(UInt_t uid)
voidAtlKinFitterTool::SetX_TruthHistograms(Double_t X)
virtual voidShowMembers(TMemberInspector& insp) const
virtual Int_tTNamed::Sizeof() const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
virtual voidTObject::SysError(const char* method, const char* msgfmt) const
virtual voidTerminate()
Bool_tTObject::TestBit(UInt_t f) const
Int_tTObject::TestBits(UInt_t f) const
virtual voidTObject::UseCurrentStyle()
virtual voidTObject::Warning(const char* method, const char* msgfmt) const
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0)
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) const
protected:
virtual voidTObject::DoError(int level, const char* location, const char* fmt, va_list va) const
voidTObject::MakeZombie()
private:
Bool_tApplyWhadVeto(Double_t chi2probMin, AtlJet* BestBJet)
voidBookChi2Histograms()
voidBookComparisonHistograms()
voidBookCutBasedHistograms()
voidBookCutBasedJetHistograms()
voidBookCutBasedLeptonHistograms()
voidBookHadronicWHistograms()
voidBookJetHistograms()
voidBookJetHistograms_BTag()
voidBookKinFitHistograms()
voidBookKinFitJetHistograms()
voidBookKinFitLeptonHistograms()
voidBookLeptonHistograms()
voidBookLeptonHistograms_BTag()
voidBookTruthMatchingHistograms()
virtual voidClear()
voidDoFit()
voidDoHadronicWFit()
Int_tDoTruthMatching()
voidFillBJetHistograms()
voidFillBJetHistograms_BTag()
voidFillComparisonHistograms()
voidFillCutBasedCutsHistograms()
voidFillCutBasedHistograms()
voidFillCutBasedJetHistograms()
voidFillCutBasedLeptonHistograms()
voidFillFwdJetHistograms()
voidFillJetHistograms()
voidFillJetHistograms_BTag()
voidFillKinFitHistograms()
voidFillKinFitJetHistograms()
voidFillKinFitLeptonHistograms()
voidFillLeptonHistograms()
voidFillLeptonHistograms_BTag()
voidFillNonBJetHistograms()
voidFillNonBJetHistograms_BTag()
voidFillTruthMatchingHistograms()
voidFillTruthMatchingHistogramsBkg()
voidFillTruthMatchingHistogramsSignal()
voidFillWhadJetHistograms()
voidFillWhadJetHistograms_BTag()
Float_tGetSumPt(Float_t Ptx1, Float_t Pty1, Float_t Ptx2, Float_t Pty2)
voidInitEvent()
doubleNeutrino_Pz(double nu_px, double nu_py, double l_px, double l_py, double l_pz, double l_e, double& scf, double nu_pz_true)
voidNeutrino_Pz_Base(double nu_px, double nu_py, double l_px, double l_py, double l_pz, double l_e, double& scf, double& solution1, double& solution2)
voidReconstructionCutBased()
voidReconstructionKinFit()
voidReconstructTop()
voidReconstructW()
voidSetNeutrinoStartingValues()

Data Members

public:
AtlBTag::ETaggerfBJetRefTaggerB-tagger used, reference for QCD
Float_tfBJetRefWeightMinB-tag weight cut, reference for QCD
AtlBTag::ETaggerfBJetTaggerB-tagger used
Float_tfBJetWeightMinB-tag weight cut
Float_tfBJets_Et_minMin. Et of b-jets
Float_tfBJets_Eta_maxMax. eta of b-jets
Float_tfBJets_Eta_minMin. eta of b-jets
Double_tAtlKinFitterTool::fB_MassAssumed mass of b-jet = mass of b-quark
Double_tfChi2ProbMinMinimum chi2-probability. Can be used later to apply
Float_tfDeltaEtaBJetNonBJetMin
Bool_tfDoTtbarVetoApply ttbar veto?
Bool_tfDoWhadVetoApply hadronic W veto?
Float_tfElPt_MinMinimum signal electron pt
Float_tfFwdBJetWeightMaxMaximum b-tag weight for jets to be accepted as a light fwd jet
AtlBTag::ETaggerfFwdJetTaggerTagger used for signal fwd jets
Float_tfFwdJets_Et_minMin. Et of signal fwd jets
Float_tfFwdJets_Eta_maxMax. eta of signal fwd jets
Float_tfFwdJets_Eta_minMin. eta of signal fwd jets
Bool_tfGuessNeutrinoEtaEUse routine to estimate good starting value of neutrino Eta?
Float_tfH_TMin
Bool_tfIsAcceptanceChallengeDoing acceptance challenge (then write out event list!)?
Bool_tfIsFwdElectronModeUse only forward electrons when analyzing jet-electrons? If set to kFALSE, only central electrons will be analyzed.
Float_tfJets_Et_minMin. Et of generic jets
Float_tfJets_Eta_maxMax. eta of generic jets
Float_tfJets_Eta_minMin. eta of generic jets
Float_tfLeadNonBJetEtaMin
Double_tfMassAllJetsMin
Double_tfMassConstraintParameters
Int_tfMaxNbItermaximum number of iterations
AtlKinFitterTool::EModeAtlKinFitterTool::fModeIndicate the mode of running (eg cut-based or kinematic fit)
AtlKinFitterTool::EModeMassAtlKinFitterTool::fModeMassIndicate the mode of mass constraint (Gauss or BW mass constraint)
Float_tfMuPt_MinMinimum signal electron pt
Int_tfNJetsMaxMaximum Number of Jets
Int_tfNJetsMinMinimum Number of Jets
TStringAtlAnalysisTool::fOutputDirDirectory in root output file, where histogram dir is created
AtlAnalysisTool::EProcessModeAtlAnalysisTool::fProcessModeDefines when exactly the tool is run (see AtlAnalysisTool class description for details)
AtlSgTop_tChannelFinder::EScaleFactorSystematicsfSFSystModeScale Factor systematics mode
Bool_tfSignalSampleModeRunning over signal MC?
Double_tAtlKinFitterTool::fTop_MassPole mass of the t-quark used in the fit
Double_tAtlKinFitterTool::fTop_WidthWidth of the t-quark used in the fit
Bool_tfTruthMatchRun truth-matching at all?
Float_tfTruthMatchProb_minMinimum of matching reconstructedparticle with truth particle
Bool_tfUseLeptonCovRandUse randomly generated lepton covariance matrices?
Bool_tAtlKinFitterTool::fUseLeptonCovRandUse randomly generated lepton covariance matrices?
Int_tAtlAnalysisTool::fVerbosityLevelIndicates the degree of verbosity of tool (0 = no info/debug output, 1 = info, 2 = info+debug)
Float_tfVetoWhadProbMinMin. chi2 probability for Whad veto
Double_tAtlKinFitterTool::fW_MassPole mass of the W used in the fit
Double_tAtlKinFitterTool::fW_WidthWidth of the W used in the fit
Float_tfWhadJets_Et_minMin. Et of jets from Whad
Float_tfWhadJets_Eta_maxMax. eta of jets from Whad
Float_tfWhadJets_Eta_minMin. eta of jets from Whad
Float_tfWmassT_minMinimum W transverse mass
static const Int_tfgNSystNames
static const char*fgSystNames[2147483647]
static AtlKinFitterTool::EModeAtlKinFitterTool::kAll
static AtlKinFitterTool::EModeMassAtlKinFitterTool::kBW
static TObject::(anonymous)TObject::kBitMask
static TObject::EStatusBitsTObject::kCanDelete
static TObject::EStatusBitsTObject::kCannotPick
static AtlKinFitterTool::EModeAtlKinFitterTool::kCutBased
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskElectronDown
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskElectronUp
static AtlKinFitterTool::EModeMassAtlKinFitterTool::kGauss
static TObject::EStatusBitsTObject::kHasUUID
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kIndividual
static TObject::EStatusBitsTObject::kInvalidObject
static TObject::(anonymous)TObject::kIsOnHeap
static TObject::EStatusBitsTObject::kIsReferenced
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJVFWeightDown
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJVFWeightUp
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJetBTagsDown
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJetBTagsUp
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJetCTagsDown
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJetCTagsUp
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJetMisTagsDown
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskJetMisTagsUp
static AtlKinFitterTool::EModeAtlKinFitterTool::kKinFit
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kMainAnalysis
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskMuonDown
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskMuonUp
static TObject::EStatusBitsTObject::kMustCleanup
static TObject::EStatusBitsTObject::kNoContextMenu
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskNone
static TObject::(anonymous)TObject::kNotDeleted
static AtlSgTop_tChannelFinder::EScaleFactorSystematicskNumSystModes
static TObject::EStatusBitsTObject::kObjInCanvas
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kObjectsDefinition
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kOff
static TObject::(anonymous)TObject::kOverwrite
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kPostAnalysis
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kPreAnalysis
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kScaleFactor
static TObject::(anonymous)TObject::kSingleKey
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kSystematics
static TObject::(anonymous)TObject::kWriteDelete
static TObject::(anonymous)TObject::kZombie
protected:
Int_tAtlKinFitterTool::fAbundanceTrueAbundance of true particles
Float_tAtlKinFitterTool::fChi2Chi2 of recent fit
Double_tAtlKinFitterTool::fConsValueValue of constraints ( sum_i|f_i| )
AtlEvent*AtlAnalysisTool::fEventPointer to current event
TFile*AtlKinFitterTool::fFileCovMatricesFile containing the covariance matrix histograms
TGraphAsymmErrors*AtlKinFitterTool::fGraph_KinFit_Efficiency
TGraphAsymmErrors*AtlKinFitterTool::fGraph_KinFit_EfficiencyProb
TGraphAsymmErrors*AtlKinFitterTool::fGraph_KinFit_EfficiencyProbGreaterPefficiency of [ p(chi^2) > p* ]
TGraphAsymmErrors*AtlKinFitterTool::fGraph_KinFit_Purity
TGraphAsymmErrors*AtlKinFitterTool::fGraph_KinFit_PurityProb
TGraphAsymmErrors*AtlKinFitterTool::fGraph_KinFit_PurityProbGreaterPpurity of [ p(chi^2) > p* ]
Bool_tAtlKinFitterTool::fHasLoadedCovMatricesHistograms already loaded ?
TH2F*AtlKinFitterTool::fHistCovMatEtmiss_EtEtEt_miss cov matrix element Et-Et
TH2F*AtlKinFitterTool::fHistCovMatEtmiss_EtPhiEt_miss cov matrix element Et-phi
TH2F*AtlKinFitterTool::fHistCovMatEtmiss_PhiPhiEt_miss cov matrix element phi-phi
TH2F*AtlKinFitterTool::fHistCovMatJets_EtaEtaJet cov matrix element eta-eta
TH2F*AtlKinFitterTool::fHistCovMatJets_EtaPhiJet cov matrix element eta-phi
TH2F*AtlKinFitterTool::fHistCovMatJets_PhiPhiJet cov matrix element phi-phi
TH2F*AtlKinFitterTool::fHistCovMatJets_PtEtaJet cov matrix element pt-eta
TH2F*AtlKinFitterTool::fHistCovMatJets_PtPhiJet cov matrix element pt-phi
TH2F*AtlKinFitterTool::fHistCovMatJets_PtPtJet cov matrix element Pt-Pt
TH1F*AtlKinFitterTool::fHistCutFlow2Unweightedshow effects of cuts, unweighted events
TH1F*AtlKinFitterTool::fHistCutFlow2Weightedshow effects of cuts, weighted events
TH1F*AtlKinFitterTool::fHistCutFlowUnweightedshow effects of cuts, unweighted events
TH1F*AtlKinFitterTool::fHistCutFlowWeightedshow effects of cuts, weighted events
TH1F*AtlKinFitterTool::fHist_KinFitBkg_chi2corresponding histogram for background events
TH1F*AtlKinFitterTool::fHist_KinFitBkg_probcorresponding histogram for background events
TH1F*AtlKinFitterTool::fHist_KinFit_ConsValueValue of constraints for candidate evts after fit
TH1F*AtlKinFitterTool::fHist_KinFit_EfficiencyEfficiency = N_TrueReco / N_True
TH1F*AtlKinFitterTool::fHist_KinFit_KinFitterStatusStatus of KinFitter after fit
TH1F*AtlKinFitterTool::fHist_KinFit_NTrueProbNumber of true particles, constant for all prob values!
TH1F*AtlKinFitterTool::fHist_KinFit_NbFitsConvergedNumber of fits converged
TH1F*AtlKinFitterTool::fHist_KinFit_NbFitsFailedNumericallyNumber of fits failing numerically (1 or more matrix inversions fail)
TH1F*AtlKinFitterTool::fHist_KinFit_NbFitsNotConvergedNumber of fits not converged
TH1F*AtlKinFitterTool::fHist_KinFit_NbIterAllNumber of iterations performed in ALL fitting procedures
TH1F*AtlKinFitterTool::fHist_KinFit_NbIterCandNumber of iterations performed in the fit of accepted candidates
TH1F*AtlKinFitterTool::fHist_KinFit_PurityPurity = N_TrueReco / N_Reco
TH1F*AtlKinFitterTool::fHist_KinFit_PurityProbPurity vs. Probability
TH1F*AtlKinFitterTool::fHist_KinFit_RecoNumber of reconstructed events
TH1F*AtlKinFitterTool::fHist_KinFit_RecoProbGreaterPNumber of reconstructed prts vs. probability greater than p*
TH1F*AtlKinFitterTool::fHist_KinFit_TrueNumber of true events
TH1F*AtlKinFitterTool::fHist_KinFit_TrueRecoNumber of true reconstructed events
TH1F*AtlKinFitterTool::fHist_KinFit_TrueRecoProbNumber of true reconstructed events vs. probability
TH1F*AtlKinFitterTool::fHist_KinFit_TrueRecoProbGreaterPNumber of true reconstructed events vs. probability greater than p*
TH1F*AtlKinFitterTool::fHist_KinFit_chi2chi square values of the Kinematic Fit in case of convergence
TH1F*AtlKinFitterTool::fHist_KinFit_probProbability values of the Kinematic Fit in case of convergence
TKinFitter*AtlKinFitterTool::fKinFitterKinFitter object
Int_tAtlKinFitterTool::fNDoFNo. of degrees of freedom of recent fit
TStringTNamed::fNameobject identifier
Int_tAtlKinFitterTool::fNbIterNo. of iterations of fit
TString*AtlAnalysisTool::fOptionOption string
TFile*AtlAnalysisTool::fOutputFileOutput file
AtlSelector*AtlAnalysisTool::fParentPointer to parent selector
TStringTNamed::fTitleobject title
TTree*AtlAnalysisTool::fTreeEvent tree
Bool_tAtlKinFitterTool::fTrueRecoparticle reconstructed is true?
Double_tAtlKinFitterTool::fX_TruthHistogramsvariable to bin True, Reco and TrueReco
static const char*AtlKinFitterTool::fgStatusNames[2147483647]Status strings from KinFitter object
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_11covariance matrix electron element 11
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_12covariance matrix electron element 12
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_13covariance matrix electron element 13
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_21covariance matrix electron element 21
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_22covariance matrix electron element 22
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_23covariance matrix electron element 23
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_31covariance matrix electron element 31
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_32covariance matrix electron element 32
TH1F*AtlKinFitterTool::fhist_CovMatrix_el_33covariance matrix electron element 11
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_11covariance matrix muon element 11
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_12covariance matrix muon element 12
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_13covariance matrix muon element 13
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_21covariance matrix muon element 21
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_22covariance matrix muon element 22
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_23covariance matrix muon element 23
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_31covariance matrix muon element 31
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_32covariance matrix muon element 32
TH1F*AtlKinFitterTool::fhist_CovMatrix_mu_33covariance matrix muon element 33
TRandom3*AtlKinFitterTool::randnrfor random covariance matrices of leptons
private:
AtlJet*fBJetCurrent b-jet candidate used as input for the fit
TLorentzVectorfBJetP_refit_curRefitted b-jet 4-mom. of current best combination inside fit
TList*fBJetsList of b-jets
TList*fBJets_refQCDList of b-jets (reference with b-tag cut used on all other samples;
Double_tfChi2ProbWhadP(Chi2) of hadronic W Reco
Double_tfChi2WhadChi square of hadronic W reconstruction
TMatrixDfCovBJetCovariance matrix of the b-jet candidate from the t decay
TMatrixDfCovLeptonCovariance matrix of the charged lepton from the W decay
TMatrixDfCovNeutrinoCovariance matrix of the neutrino from the W decay
TMatrixDfCovWJet1Covariance matrix of the 1st jet from W-decay (Whad veto)
TMatrixDfCovWJet2Covariance matrix of the 2nd jet from W-decay (Whad veto)
AtlCutFlowTool*fCutflow_tool
AtlCutFlowTool*fCutflow_tool_2
TList*fFwdJetsList of fwd jets
Float_tfH_Tscalar sum of pt of all objects (lepton, missEt, jets)
TH1F*fHistAngleFwdJetTopQuarkangle between 2ndLeadJet (not b-jet from fit) and top quark
TH1F*fHistBJet1_EtPt of leading b-jet
TH1F*fHistBJet1_Et_btagPt of leading b-jet
TH1F*fHistBJet1_etaEta of leading b-jet
TH1F*fHistBJet1_eta_btagEta of leading b-jet
TH1F*fHistBJet1_phiPhi of leading b-jet
TH1F*fHistBJet1_phi_btagPhi of leading b-jet
TH1F*fHistBJet1_weightWeight of leading b-jet
TH1F*fHistBJet1_weight_btagWeight of leading b-jet
TH1F*fHistBJet2_EtPt of 2nd leading b-jet
TH1F*fHistBJet2_Et_btagPt of 2nd leading b-jet
TH1F*fHistBJet2_etaEta of 2nd leading b-jet
TH1F*fHistBJet2_eta_btagEta of 2nd leading b-jet
TH1F*fHistBJet2_phiPhi of 2nd leading b-jet
TH1F*fHistBJet2_phi_btagPhi of 2nd leading b-jet
TH1F*fHistBJet2_weightWeight of 2nd leading b-jet
TH1F*fHistBJet2_weight_btagWeight of 2nd leading b-jet
TH1F*fHistBJetEt_after
TH1F*fHistBJetEt_before
TH1F*fHistBJetEta_after
TH1F*fHistBJetEta_before
TH1F*fHistBJetMultiplicityReconumber of b-tagged jets
TH1F*fHistBJetPhi_after
TH1F*fHistBJetPhi_before
TH1F*fHistBJetWeight_before
TH1F*fHistBJet_EtEt of all b-jets
TH1F*fHistBJet_Et_btagEt of all b-jets
TH1F*fHistBJet_etaEta of all b-jets
TH1F*fHistBJet_eta_btagEta of all b-jets
TH1F*fHistBJet_nNo. of b-jets
TH1F*fHistBJet_n_btagNo. of b-jets
TH1F*fHistBJet_phiPhi of all b-jets
TH1F*fHistBJet_phi_btagPhi of all b-jets
TH1F*fHistBJet_weightWeight of all b-jets
TH1F*fHistBJet_weight_btagWeight of all b-jets
TH1F*fHistBottomTruthMatchOrig_etaeta of b-quark, electron- and muon-channel
TH1F*fHistBottomTruthMatchOrig_phiphi of b-quark, electron- and muon-channel
TH1F*fHistBottomTruthMatchOrig_ptpt of b-quark, electron- and muon-channel
TH1F*fHistBottomTruthMatch_etaeta of b-quark, electron- and muon-channel
TH1F*fHistBottomTruthMatch_eta_eeta of b-quark, electron-channel
TH1F*fHistBottomTruthMatch_eta_mueta of b-quark, muon-channel
TH1F*fHistBottomTruthMatch_phiphi of b-quark, electron- and muon-channel
TH1F*fHistBottomTruthMatch_phi_ephi of b-quark, electron-channel
TH1F*fHistBottomTruthMatch_phi_muphi of b-quark, muon-channel
TH1F*fHistBottomTruthMatch_ptpt of b-quark, electron- and muon-channel
TH1F*fHistBottomTruthMatch_pt_ept of b-quark, electron-channel
TH1F*fHistBottomTruthMatch_pt_mupt of b-quark, muon-channel
TH1F*fHistChargedLeptonReco_eta
TH1F*fHistChargedLeptonReco_pt
TH1F*fHistChi2ProbWorseTopCandidatesChi2Prob of worse top-quark candidates per evt (w.r.t. Chi2)
TH1F*fHistChi2Prob_bothchi-square probability of both W decays
TH1F*fHistChi2Prob_both_Logchi-square probability of both W decays (log scale)
TH1F*fHistChi2Prob_both_cutchi-square probability of both W decays
TH1F*fHistChi2Prob_both_cut_Logchi-square probability of both W decays (log scale)
TH1F*fHistChi2Prob_echi-square probability of e channel
TH1F*fHistChi2Prob_e_cutchi-square probability of e channel
TH1F*fHistChi2Prob_muchi-square probability of mu channel
TH1F*fHistChi2Prob_mu_cutchi-square probability of mu channel
TH1F*fHistChi2WorseTopCandidatesChi2 of worse top-quark candidates per evt (w.r.t. Chi2)
TH1F*fHistChi2_bothchi-square of both W decays
TH1F*fHistChi2_both_Logchi-square of both W decays (log scale)
TH1F*fHistChi2_both_cutchi-square of both W decays
TH1F*fHistChi2_both_cut_Logchi-square of both W decays (log scale)
TH1F*fHistChi2_echi-square of e channel
TH1F*fHistChi2_e_cutchi-square of e channel
TH1F*fHistChi2_muchi-square of mu channel
TH1F*fHistChi2_mu_cutchi-square of mu channel
TH1F*fHistCosAngleFwdJetTopQuarkCosine of angle between 2ndLeadJet (not b-jet from fit) and top quark
TH1F*fHistCountCentralElectrons_WCtrlno. of events (W control region) for central electrons
TH1F*fHistCountCentralElectrons_pretagno. of events (pretag) for central electrons
TH1F*fHistCountCentralElectrons_tagno. of events (tag) for central electrons
TH1F*fHistCountFwdElectrons_WCtrlno. of events (W control region) for fwd electrons
TH1F*fHistCountFwdElectrons_pretagno. of events (pretag) for fwd electrons
TH1F*fHistCountFwdElectrons_tagno. of events (tag) for fwd electrons
TH1F*fHistCountLepAll_WCtrl_pretagPretag count, W ctrl region (all leptons)
TH1F*fHistCountLepAll_WCtrl_tagTag count, W ctrl region (all leptons)
TH1F*fHistCountLepAll_tagTag count (all leptons)
TH1F*fHistCountLepAll_tag_refQCDTag count (all leptons), reference for QCD norm.
TH1F*fHistCountLepMinus_WCtrl_pretagPretag count, W ctrl region (negative leptons)
TH1F*fHistCountLepMinus_WCtrl_tagTag count, W ctrl region (negative leptons)
TH1F*fHistCountLepMinus_pretagPretag count negative leptons
TH1F*fHistCountLepMinus_tagTag count (negative leptons)
TH1F*fHistCountLepMinus_tag_refQCDTag count (negative leptons), reference for QCD norm.
TH1F*fHistCountLepPlus_WCtrl_pretagPretag count, W ctrl region (positive leptons)
TH1F*fHistCountLepPlus_WCtrl_tagTag count, W ctrl region (positive leptons)
TH1F*fHistCountLepPlus_pretagPretag count positive leptons
TH1F*fHistCountLepPlus_tagTag count (positive leptons)
TH1F*fHistCountLepPlus_tag_refQCDTag count (positive leptons), reference for QCD norm.
TH1F*fHistCutBasedCandidateBJet1_EtPt of leading b-jet
TH1F*fHistCutBasedCandidateBJet1_etaEta of leading b-jet
TH1F*fHistCutBasedCandidateBJet1_phiPhi of leading b-jet
TH1F*fHistCutBasedCandidateBJet2_EtPt of 2nd leading b-jet
TH1F*fHistCutBasedCandidateBJet2_etaEta of 2nd leading b-jet
TH1F*fHistCutBasedCandidateBJet2_phiPhi of 2nd leading b-jet
TH1F*fHistCutBasedCandidateBJet_EtEt of all b-jets
TH1F*fHistCutBasedCandidateBJet_etaEta of all b-jets
TH1F*fHistCutBasedCandidateBJet_nNo. of b-jets
TH1F*fHistCutBasedCandidateBJet_phiPhi of all b-jets
TH1F*fHistCutBasedCandidateFwdJet1_EtPt of leading forward jet
TH1F*fHistCutBasedCandidateFwdJet1_etaEta of leading forward jet
TH1F*fHistCutBasedCandidateFwdJet1_phiPhi of leading forward jet
TH1F*fHistCutBasedCandidateFwdJet2_EtPt of 2nd leading forward jet
TH1F*fHistCutBasedCandidateFwdJet2_etaEta of 2nd leading forward jet
TH1F*fHistCutBasedCandidateFwdJet2_phiPhi of 2nd leading forward jet
TH1F*fHistCutBasedCandidateFwdJet_EtEt of all forward jets
TH1F*fHistCutBasedCandidateFwdJet_etaEta of all forward jets
TH1F*fHistCutBasedCandidateFwdJet_nNo. of forward jets
TH1F*fHistCutBasedCandidateFwdJet_phiPhi of all forward jets
TH1F*fHistCutBasedCandidateJet1_EtPt of leading jet
TH1F*fHistCutBasedCandidateJet1_etaEta of leading jet
TH1F*fHistCutBasedCandidateJet1_phiPhi of leading jet
TH1F*fHistCutBasedCandidateJet2_EtPt of 2nd leading jet
TH1F*fHistCutBasedCandidateJet2_etaEta of 2nd leading jet
TH1F*fHistCutBasedCandidateJet2_phiPhi of 2nd leading jet
TH1F*fHistCutBasedCandidateJet_EtEt of all jets
TH1F*fHistCutBasedCandidateJet_etaEta of all jets
TH1F*fHistCutBasedCandidateJet_nNo. of jets
TH1F*fHistCutBasedCandidateJet_phiPhi of all jets
TH1F*fHistCutBasedCandidateNonBJet1_EtPt of leading non-b-jet
TH1F*fHistCutBasedCandidateNonBJet1_etaEta of leading non-b-jet
TH1F*fHistCutBasedCandidateNonBJet1_phiPhi of leading non-b-jet
TH1F*fHistCutBasedCandidateNonBJet2_EtPt of 2nd leading non-b-jet
TH1F*fHistCutBasedCandidateNonBJet2_etaEta of 2nd leading non-b-jet
TH1F*fHistCutBasedCandidateNonBJet2_phiPhi of 2nd leading non-b-jet
TH1F*fHistCutBasedCandidateNonBJet_EtEt of all non-b-jets
TH1F*fHistCutBasedCandidateNonBJet_etaEta of all non-b-jets
TH1F*fHistCutBasedCandidateNonBJet_nNo. of non-b-jets
TH1F*fHistCutBasedCandidateNonBJet_phiPhi of all non-b-jets
TH1F*fHistCutBasedCandidateSignalElectron_authorAuthor of signal electron
TH1F*fHistCutBasedCandidateSignalElectron_etaEta of leading signal electron
TH1F*fHistCutBasedCandidateSignalElectron_phiPhi of leading signal electron
TH1F*fHistCutBasedCandidateSignalElectron_ptPt of leading signal electron
TH1F*fHistCutBasedCandidateSignalEminus_etaEta of leading signal e-
TH1F*fHistCutBasedCandidateSignalEminus_phiPhi of leading signal e-
TH1F*fHistCutBasedCandidateSignalEminus_ptPt of leading signal e-
TH1F*fHistCutBasedCandidateSignalEplus_etaEta of leading signal e+
TH1F*fHistCutBasedCandidateSignalEplus_phiPhi of leading signal e+
TH1F*fHistCutBasedCandidateSignalEplus_ptPt of leading signal e+
TH1F*fHistCutBasedCandidateSignalLepton_etaEta of leading signal lepton
TH1F*fHistCutBasedCandidateSignalLepton_phiPhi of leading signal lepton
TH1F*fHistCutBasedCandidateSignalLepton_ptPt of leading signal lepton
TH1F*fHistCutBasedCandidateSignalMuminus_etaEta of leading signal mu-
TH1F*fHistCutBasedCandidateSignalMuminus_phiPhi of leading signal mu-
TH1F*fHistCutBasedCandidateSignalMuminus_ptPt of leading signal mu-
TH1F*fHistCutBasedCandidateSignalMuon_etaEta of leading signal muon
TH1F*fHistCutBasedCandidateSignalMuon_phiPhi of leading signal muon
TH1F*fHistCutBasedCandidateSignalMuon_ptPt of leading signal muon
TH1F*fHistCutBasedCandidateSignalMuplus_etaEta of leading signal mu+
TH1F*fHistCutBasedCandidateSignalMuplus_phiPhi of leading signal mu+
TH1F*fHistCutBasedCandidateSignalMuplus_ptPt of leading signal mu+
TH1F*fHistCutBasedCandidateSignalTau_etaEta of leading signal tau
TH1F*fHistCutBasedCandidateSignalTau_phiPhi of leading signal tau
TH1F*fHistCutBasedCandidateSignalTau_ptPt of leading signal tau
TH1F*fHistCutBasedCandidateSignalTauminus_etaEta of leading signal tau-
TH1F*fHistCutBasedCandidateSignalTauminus_phiPhi of leading signal tau-
TH1F*fHistCutBasedCandidateSignalTauminus_ptPt of leading signal tau-
TH1F*fHistCutBasedCandidateSignalTauplus_etaEta of leading signal tau+
TH1F*fHistCutBasedCandidateSignalTauplus_phiPhi of leading signal tau+
TH1F*fHistCutBasedCandidateSignalTauplus_ptPt of leading signal tau+
TH1F*fHistDeltaEtaBJetLightJetDeltaEta(Hardest B-Jet, Hardest Non-B-Jet)
TH1F*fHistDeltaJet1PhiEtMissPhiDeltaR(leading jet, MET)
TH1F*fHistDeltaJet1PhiEtMissPhi_btagDeltaR(leading jet, MET)
TH1F*fHistDeltaP2Mod_Top_2ndLeadJetModulus of ( Pt-vector of top-quark ) +
TH1F*fHistDeltaP2Mod_Top_2ndLeadJet_sliced_in_eta_2ndleadjetsame as above but for different slices in eta(2ndleadjet) (normal binning)
TH1F*fHistDeltaP2Mod_Top_2ndLeadJet_sliced_in_eta_2ndleadjet_Less_Binssame as above but for different slices in eta(2ndleadjet) (coarse binning).
TH1F*fHistDeltaP2Mod_Top_2ndLeadJet_sliced_in_eta_2ndleadjet_Less_Bins2same as above but for different slices in eta(2ndleadjet) (coarse binning).
TH1F*fHistDeltaP2Mod_Top_2ndLeadJet_sliced_in_eta_2ndleadjet_Less_Bins3same as above but for different slices in eta(2ndleadjet) (coarse binning).
TH1F*fHistDeltaP2Mod_Top_2ndLeadJet_sliced_in_eta_2ndleadjet_coarsesame as above but for different slices in eta(2ndleadjet) (coarse binning)
TH1F*fHistDeltaP2Mod_Top_2ndLeadJet_sliced_in_eta_2ndleadjet_finesame as above but for different slices in eta(2ndleadjet) (fine binning)
TH2F*fHistDeltaP2Mod_Top_2ndLeadJet_vs_Eta2ndLeadJetAbove modulus vs eta of 2ndLeadJet (normal binning)
TH2F*fHistDeltaP2Mod_Top_2ndLeadJet_vs_Eta2ndLeadJet_Less_BinsAbove modulus vs eta of 2ndLeadJet (coarse binning) with less Bins for high Eta
TH2F*fHistDeltaP2Mod_Top_2ndLeadJet_vs_Eta2ndLeadJet_Less_Bins2Above modulus vs eta of 2ndLeadJet (coarse binning) with less Bins for high Eta
TH2F*fHistDeltaP2Mod_Top_2ndLeadJet_vs_Eta2ndLeadJet_Less_Bins3Above modulus vs eta of 2ndLeadJet (coarse binning) with less Bins for high Eta
TH2F*fHistDeltaP2Mod_Top_2ndLeadJet_vs_Eta2ndLeadJet_coarseAbove modulus vs eta of 2ndLeadJet (coarse binning)
TH2F*fHistDeltaP2Mod_Top_2ndLeadJet_vs_Eta2ndLeadJet_fineAbove modulus vs eta of 2ndLeadJet (fine binning)
TH1F*fHistDeltaRChLepBJetDeltaR between Charged Lepton and b jet from top decay
TH1F*fHistEfficiencyVsChi2ProbCutefficiency of kinematic fit dependent on value of Chi2Prob cut w.r.t. event yield after Whad veto
TH1F*fHistElectronTruthMatch_etaeta of Electron
TH1F*fHistElectronTruthMatch_phiphi of Electron
TH1F*fHistElectronTruthMatch_ptpt of Electron
TH1F*fHistEtMissMag_after
TH1F*fHistEtMissMag_before
TH1F*fHistEtMissMag_pretagEtMiss pretag
TH1F*fHistEtMissMag_tagEtMiss tag
TH1F*fHistEtMissPhi_after
TH1F*fHistEtMissPhi_before
TH1F*fHistEtMissPhi_pretagEtMiss Phi pretag
TH1F*fHistEtMissPhi_tagEtMiss Phi tag
TH1F*fHistEta2ndLeadJeteta of 2ndLeadJet (not b-jet from fit)
TH1F*fHistHJetTruthMatchOrig_etaeta of b-jet, electron- and muon-channel
TH1F*fHistHJetTruthMatchOrig_phiphi of b-jet, electron- and muon-channel
TH1F*fHistHJetTruthMatchOrig_ptpt of b-jet, electron- and muon-channel
TH1F*fHistHJetTruthMatch_etaeta of b-jet, electron- and muon-channel
TH1F*fHistHJetTruthMatch_eta_eeta of b-jet, electron-channel
TH1F*fHistHJetTruthMatch_eta_mueta of b-jet, muon-channel
TH1F*fHistHJetTruthMatch_phiphi of b-jet, electron- and muon-channel
TH1F*fHistHJetTruthMatch_phi_ephi of b-jet, electron-channel
TH1F*fHistHJetTruthMatch_phi_muphi of b-jet, muon-channel
TH1F*fHistHJetTruthMatch_ptpt of b-jet, electron- and muon-channel
TH1F*fHistHJetTruthMatch_pt_ept of b-jet, electron-channel
TH1F*fHistHJetTruthMatch_pt_mupt of b-jet, muon-channel
TH1F*fHistHardestLightJetEtaEta(Hardest Non-B-Jet)
TH1F*fHistJet1_EtPt of leading jet
TH1F*fHistJet1_Et_btagPt of leading jet
TH1F*fHistJet1_etaEta of leading jet
TH1F*fHistJet1_eta_btagEta of leading jet
TH1F*fHistJet1_phiPhi of leading jet
TH1F*fHistJet1_phi_btagPhi of leading jet
TH1F*fHistJet1_ptPt of leading jet
TH1F*fHistJet1_pt_btagPt of leading jet
TH1F*fHistJet2_EtPt of 2nd leading jet
TH1F*fHistJet2_Et_btagPt of 2nd leading jet
TH1F*fHistJet2_etaEta of 2nd leading jet
TH1F*fHistJet2_eta_btagEta of 2nd leading jet
TH1F*fHistJet2_phiPhi of 2nd leading jet
TH1F*fHistJet2_phi_btagPhi of 2nd leading jet
TH1F*fHistJet2_ptPt of 2nd leading jet
TH1F*fHistJet2_pt_btagPt of 2nd leading jet
TH1F*fHistJetBins_fit
TH1F*fHistJetBins_pretag
TH1F*fHistJetBins_tag
TH1F*fHistJetMultiplicityReconumber of jets
TH1F*fHistJet_EtEt of all jets
TH1F*fHistJet_Et_btagEt of all jets
TH1F*fHistJet_H_TH_T: sum of jets pt and lepton pt and etmiss
TH1D*fHistJet_MassAllJetsMass of all jets
TH1F*fHistJet_etaEta of all jets
TH1F*fHistJet_eta_btagEta of all jets
TH1F*fHistJet_nNo. of jets
TH1F*fHistJet_n_btagNo. of jets
TH1F*fHistJet_phiPhi of all jets
TH1F*fHistJet_phi_btagPhi of all jets
TH1F*fHistJet_ptPt of all jets
TH1F*fHistJet_pt_btagPt of all jets
TH1F*fHistJet_weightB-tag weight of all jets
TH1F*fHistJet_weight_btagB-tag weight of all jets
TH1F*fHistKinFitCandidateBJet1_EtPt of leading b-jet
TH1F*fHistKinFitCandidateBJet1_etaEta of leading b-jet
TH1F*fHistKinFitCandidateBJet1_phiPhi of leading b-jet
TH1F*fHistKinFitCandidateBJet2_EtPt of 2nd leading b-jet
TH1F*fHistKinFitCandidateBJet2_etaEta of 2nd leading b-jet
TH1F*fHistKinFitCandidateBJet2_phiPhi of 2nd leading b-jet
TH1F*fHistKinFitCandidateBJet_EtEt of all b-jets
TH1F*fHistKinFitCandidateBJet_etaEta of all b-jets
TH1F*fHistKinFitCandidateBJet_nNo. of b-jets
TH1F*fHistKinFitCandidateBJet_phiPhi of all b-jets
TH1F*fHistKinFitCandidateFwdJet1_EtPt of leading forward jet
TH1F*fHistKinFitCandidateFwdJet1_etaEta of leading forward jet
TH1F*fHistKinFitCandidateFwdJet1_phiPhi of leading forward jet
TH1F*fHistKinFitCandidateFwdJet2_EtPt of 2nd leading forward jet
TH1F*fHistKinFitCandidateFwdJet2_etaEta of 2nd leading forward jet
TH1F*fHistKinFitCandidateFwdJet2_phiPhi of 2nd leading forward jet
TH1F*fHistKinFitCandidateFwdJet_EtEt of all forward jets
TH1F*fHistKinFitCandidateFwdJet_etaEta of all forward jets
TH1F*fHistKinFitCandidateFwdJet_nNo. of forward jets
TH1F*fHistKinFitCandidateFwdJet_phiPhi of all forward jets
TH1F*fHistKinFitCandidateJet1_EtPt of leading jet
TH1F*fHistKinFitCandidateJet1_etaEta of leading jet
TH1F*fHistKinFitCandidateJet1_phiPhi of leading jet
TH1F*fHistKinFitCandidateJet2_EtPt of 2nd leading jet
TH1F*fHistKinFitCandidateJet2_etaEta of 2nd leading jet
TH1F*fHistKinFitCandidateJet2_phiPhi of 2nd leading jet
TH1F*fHistKinFitCandidateJet_EtEt of all jets
TH1F*fHistKinFitCandidateJet_etaEta of all jets
TH1F*fHistKinFitCandidateJet_nNo. of jets
TH1F*fHistKinFitCandidateJet_phiPhi of all jets
TH1F*fHistKinFitCandidateNonBJet1_EtPt of leading non-b-jet
TH1F*fHistKinFitCandidateNonBJet1_etaEta of leading non-b-jet
TH1F*fHistKinFitCandidateNonBJet1_phiPhi of leading non-b-jet
TH1F*fHistKinFitCandidateNonBJet2_EtPt of 2nd leading non-b-jet
TH1F*fHistKinFitCandidateNonBJet2_etaEta of 2nd leading non-b-jet
TH1F*fHistKinFitCandidateNonBJet2_phiPhi of 2nd leading non-b-jet
TH1F*fHistKinFitCandidateNonBJet_EtEt of all non-b-jets
TH1F*fHistKinFitCandidateNonBJet_etaEta of all non-b-jets
TH1F*fHistKinFitCandidateNonBJet_nNo. of non-b-jets
TH1F*fHistKinFitCandidateNonBJet_phiPhi of all non-b-jets
TH1F*fHistKinFitCandidateSignalElectron_authorAuthor of signal electron
TH1F*fHistKinFitCandidateSignalElectron_etaEta of leading signal electron
TH1F*fHistKinFitCandidateSignalElectron_phiPhi of leading signal electron
TH1F*fHistKinFitCandidateSignalElectron_ptPt of leading signal electron
TH1F*fHistKinFitCandidateSignalEminus_etaEta of leading signal e-
TH1F*fHistKinFitCandidateSignalEminus_phiPhi of leading signal e-
TH1F*fHistKinFitCandidateSignalEminus_ptPt of leading signal e-
TH1F*fHistKinFitCandidateSignalEplus_etaEta of leading signal e+
TH1F*fHistKinFitCandidateSignalEplus_phiPhi of leading signal e+
TH1F*fHistKinFitCandidateSignalEplus_ptPt of leading signal e+
TH1F*fHistKinFitCandidateSignalLepton_etaEta of leading signal lepton
TH1F*fHistKinFitCandidateSignalLepton_phiPhi of leading signal lepton
TH1F*fHistKinFitCandidateSignalLepton_ptPt of leading signal lepton
TH1F*fHistKinFitCandidateSignalMuminus_etaEta of leading signal mu-
TH1F*fHistKinFitCandidateSignalMuminus_phiPhi of leading signal mu-
TH1F*fHistKinFitCandidateSignalMuminus_ptPt of leading signal mu-
TH1F*fHistKinFitCandidateSignalMuon_etaEta of leading signal muon
TH1F*fHistKinFitCandidateSignalMuon_phiPhi of leading signal muon
TH1F*fHistKinFitCandidateSignalMuon_ptPt of leading signal muon
TH1F*fHistKinFitCandidateSignalMuplus_etaEta of leading signal mu+
TH1F*fHistKinFitCandidateSignalMuplus_phiPhi of leading signal mu+
TH1F*fHistKinFitCandidateSignalMuplus_ptPt of leading signal mu+
TH1F*fHistKinFitCandidateSignalTau_etaEta of leading signal tau
TH1F*fHistKinFitCandidateSignalTau_phiPhi of leading signal tau
TH1F*fHistKinFitCandidateSignalTau_ptPt of leading signal tau
TH1F*fHistKinFitCandidateSignalTauminus_etaEta of leading signal tau-
TH1F*fHistKinFitCandidateSignalTauminus_phiPhi of leading signal tau-
TH1F*fHistKinFitCandidateSignalTauminus_ptPt of leading signal tau-
TH1F*fHistKinFitCandidateSignalTauplus_etaEta of leading signal tau+
TH1F*fHistKinFitCandidateSignalTauplus_phiPhi of leading signal tau+
TH1F*fHistKinFitCandidateSignalTauplus_ptPt of leading signal tau+
TH1F*fHistLeadingNonBJetReco_etaeta of the leading jet without b tag
TH1F*fHistLeadingNonBJetReco_ptpt of the leading jet without b tag
TH1F*fHistMEffectiveM_eff = sum_{i}Pt_i + ETMiss
TH1F*fHistMuonTruthMatch_etaeta of Muon
TH1F*fHistMuonTruthMatch_phiphi of Muon
TH1F*fHistMuonTruthMatch_ptpt of Muon
TH1I*fHistNbWorseTopCandidatesNo. of worse top-quark candidates per evt (w.r.t. Chi2)
TH1F*fHistNonBJet1_EtPt of leading non-b-jet
TH1F*fHistNonBJet1_Et_btagPt of leading non-b-jet
TH1F*fHistNonBJet1_etaEta of leading non-b-jet
TH1F*fHistNonBJet1_eta_btagEta of leading non-b-jet
TH1F*fHistNonBJet1_phiPhi of leading non-b-jet
TH1F*fHistNonBJet1_phi_btagPhi of leading non-b-jet
TH1F*fHistNonBJet2_EtPt of 2nd leading non-b-jet
TH1F*fHistNonBJet2_Et_btagPt of 2nd leading non-b-jet
TH1F*fHistNonBJet2_etaEta of 2nd leading non-b-jet
TH1F*fHistNonBJet2_eta_btagEta of 2nd leading non-b-jet
TH1F*fHistNonBJet2_phiPhi of 2nd leading non-b-jet
TH1F*fHistNonBJet2_phi_btagPhi of 2nd leading non-b-jet
TH1F*fHistNonBJetMultiplicityEta2Reconumber of jets without b tag and |eta|>2
TH1F*fHistNonBJetMultiplicityEta3Reconumber of jets without b tag and |eta|>3
TH1F*fHistNonBJet_EtEt of all non-b-jets
TH1F*fHistNonBJet_Et_btagEt of all non-b-jets
TH1F*fHistNonBJet_etaEta of all non-b-jets
TH1F*fHistNonBJet_eta_btagEta of all non-b-jets
TH1F*fHistNonBJet_nNo. of non-b-jets
TH1F*fHistNonBJet_n_btagNo. of non-b-jets
TH1F*fHistNonBJet_phiPhi of all non-b-jets
TH1F*fHistNonBJet_phi_btagPhi of all non-b-jets
TH1F*fHistNormResidBJet_Et
TH1F*fHistNormResidBJet_eta
TH1F*fHistNormResidBJet_phi
TH1F*fHistNormResidBJet_pt
TH1F*fHistNormResidEtmiss_Mag
TH1F*fHistNormResidEtmiss_phi
TH1F*fHistNormResidLepton_eta
TH1F*fHistNormResidLepton_phi
TH1F*fHistNormResidLepton_pt
TH1F*fHistNuReco_EReconstructed energy of the neutrino (el channel)
TH1F*fHistNuReco_E_eReconstructed energy of the neutrino (el channel)
TH1F*fHistNuReco_E_e_minusReconstructed energy of the neutrino (e- channel)
TH1F*fHistNuReco_E_e_plusReconstructed energy of the neutrino (e+ channel)
TH1F*fHistNuReco_E_minusReconstructed energy of the neutrino (e- channel)
TH1F*fHistNuReco_E_muReconstructed energy of the neutrino (mu channel)
TH1F*fHistNuReco_E_mu_minusReconstructed energy of the neutrino (mu- channel)
TH1F*fHistNuReco_E_mu_plusReconstructed energy of the neutrino (mu+ channel)
TH1F*fHistNuReco_E_plusReconstructed energy of the neutrino (e+ channel)
TH1F*fHistNuReco_etaReconstructed Eta of the neutrino (el channel)
TH1F*fHistNuReco_eta_eReconstructed Eta of the neutrino (el channel)
TH1F*fHistNuReco_eta_e_minusReconstructed Eta of the neutrino (e- channel)
TH1F*fHistNuReco_eta_e_plusReconstructed Eta of the neutrino (e+ channel)
TH1F*fHistNuReco_eta_minusReconstructed Eta of the neutrino (e- channel)
TH1F*fHistNuReco_eta_muReconstructed Eta of the neutrino (mu channel)
TH1F*fHistNuReco_eta_mu_minusReconstructed Eta of the neutrino (mu- channel)
TH1F*fHistNuReco_eta_mu_plusReconstructed Eta of the neutrino (mu+ channel)
TH1F*fHistNuReco_eta_plusReconstructed Eta of the neutrino (e+ channel)
TH1F*fHistNuReco_phiReconstructed azimuth angle of the neutrino (el channel)
TH1F*fHistNuReco_phi_eReconstructed azimuth angle of the neutrino (el channel)
TH1F*fHistNuReco_phi_e_minusReconstructed azimuth angle of the neutrino (e- channel)
TH1F*fHistNuReco_phi_e_plusReconstructed azimuth angle of the neutrino (e+ channel)
TH1F*fHistNuReco_phi_minusReconstructed azimuth angle of the neutrino (e- channel)
TH1F*fHistNuReco_phi_muReconstructed azimuth angle of the neutrino (mu channel)
TH1F*fHistNuReco_phi_mu_minusReconstructed azimuth angle of the neutrino (mu- channel)
TH1F*fHistNuReco_phi_mu_plusReconstructed azimuth angle of the neutrino (mu+ channel)
TH1F*fHistNuReco_phi_plusReconstructed azimuth angle of the neutrino (e+ channel)
TH1F*fHistNuReco_ptReconstructed Pt of the neutrino (el channel)
TH1F*fHistNuReco_pt_eReconstructed Pt of the neutrino (el channel)
TH1F*fHistNuReco_pt_e_minusReconstructed Pt of the neutrino (e- channel)
TH1F*fHistNuReco_pt_e_plusReconstructed Pt of the neutrino (e+ channel)
TH1F*fHistNuReco_pt_minusReconstructed Pt of the neutrino (e- channel)
TH1F*fHistNuReco_pt_muReconstructed Pt of the neutrino (mu channel)
TH1F*fHistNuReco_pt_mu_minusReconstructed Pt of the neutrino (mu- channel)
TH1F*fHistNuReco_pt_mu_plusReconstructed Pt of the neutrino (mu+ channel)
TH1F*fHistNuReco_pt_plusReconstructed Pt of the neutrino (e+ channel)
TH1F*fHistNuTruthMatch_etaeta of Neutrino, electron- and muon-channel
TH1F*fHistNuTruthMatch_phiphi of Neutrino, electron- and muon-channel
TH1F*fHistNuTruthMatch_phi_ephi of Neutrino, electron-channel
TH1F*fHistNuTruthMatch_phi_muphi of Neutrino, muon-channel
TH1F*fHistNuTruthMatch_ptpt of Neutrino, electron- and muon-channel
TH1F*fHistNuTruthMatch_pt_ept of Neutrino, electron-channel
TH1F*fHistNuTruthMatch_pt_mupt of Neutrino, muon-channel
TH1F*fHistNuTruthMatch_thetatheta of Neutrino, electron- and muon-channel
TH1F*fHistNuTruthMatch_theta_etheta of Neutrino, electron-channel
TH1F*fHistNuTruthMatch_theta_mutheta of Neutrino, muon-channel
TH1F*fHistPullBJetEta
TH1F*fHistPullBJetPhi
TH1F*fHistPullBJetPt
TH1F*fHistPullElecEta
TH1F*fHistPullElecPhi
TH1F*fHistPullElecPt
TH1F*fHistPullEtMissMag
TH1F*fHistPullEtMissPhi
TH1F*fHistPullJet1Eta
TH1F*fHistPullJet1Phi
TH1F*fHistPullJet1Pt
TH1F*fHistPullJet2Eta
TH1F*fHistPullJet2Phi
TH1F*fHistPullJet2Pt
TH1F*fHistPullMuonEta
TH1F*fHistPullMuonPhi
TH1F*fHistPullMuonPt
TH1F*fHistSignalElectron_EtCone20EtCone20 of leading signal electron
TH1F*fHistSignalElectron_EtCone20_btag
TH1F*fHistSignalElectron_EtCone30EtCone30 of leading signal electron
TH1F*fHistSignalElectron_EtCone30_btag
TH1F*fHistSignalElectron_EtRatioEtCone30/ElectronPt of leading signal electron
TH1F*fHistSignalElectron_EtRatio_btag
TH1F*fHistSignalElectron_PtCone20PtCone20 of leading signal electron
TH1F*fHistSignalElectron_PtCone20_btag
TH1F*fHistSignalElectron_PtCone30PtCone30 of leading signal electron
TH1F*fHistSignalElectron_PtCone30_btag
TH1F*fHistSignalElectron_PtRatioPtCone30/ElectronPt of leading signal electron
TH1F*fHistSignalElectron_PtRatio_btag
TH1F*fHistSignalElectron_authorAuthor of signal electron
TH1F*fHistSignalElectron_author_btag
TH1F*fHistSignalElectron_etaEta of leading signal electron
TH1F*fHistSignalElectron_eta_btag
TH1F*fHistSignalElectron_phiPhi of leading signal electron
TH1F*fHistSignalElectron_phi_btag
TH1F*fHistSignalElectron_ptPt of leading signal electron
TH1F*fHistSignalElectron_pt_btag
TH1F*fHistSignalEminus_etaEta of leading signal e-
TH1F*fHistSignalEminus_eta_btag
TH1F*fHistSignalEminus_phiPhi of leading signal e-
TH1F*fHistSignalEminus_phi_btag
TH1F*fHistSignalEminus_ptPt of leading signal e-
TH1F*fHistSignalEminus_pt_btag
TH1F*fHistSignalEplus_etaEta of leading signal e+
TH1F*fHistSignalEplus_eta_btag
TH1F*fHistSignalEplus_phiPhi of leading signal e+
TH1F*fHistSignalEplus_phi_btag
TH1F*fHistSignalEplus_ptPt of leading signal e+
TH1F*fHistSignalEplus_pt_btag
TH1F*fHistSignalLeptonEta_after
TH1F*fHistSignalLeptonEta_after_cells
TH1F*fHistSignalLeptonEta_before
TH1F*fHistSignalLeptonEta_before_cells
TH1F*fHistSignalLeptonPhi_after
TH1F*fHistSignalLeptonPhi_before
TH1F*fHistSignalLeptonPt_after
TH1F*fHistSignalLeptonPt_before
TH1F*fHistSignalLepton_EtCone20EtCone20 of leading signal lepton
TH1F*fHistSignalLepton_EtCone20_btag
TH1F*fHistSignalLepton_EtCone30EtCone30 of leading signal lepton
TH1F*fHistSignalLepton_EtCone30_btag
TH1F*fHistSignalLepton_EtRatioEtCone30/LeptonPt of leading signal lepton
TH1F*fHistSignalLepton_EtRatio_btag
TH1F*fHistSignalLepton_PtCone20PtCone20 of leading signal lepton
TH1F*fHistSignalLepton_PtCone20_btag
TH1F*fHistSignalLepton_PtCone30PtCone30 of leading signal lepton
TH1F*fHistSignalLepton_PtCone30_btag
TH1F*fHistSignalLepton_PtRatioPtCone30/LeptonPt of leading signal lepton
TH1F*fHistSignalLepton_PtRatio_btag
TH1F*fHistSignalLepton_etaEta of leading signal lepton
TH1F*fHistSignalLepton_eta_btag
TH1F*fHistSignalLepton_eta_btag_cellsEta of leading signal lepton (cell granularity)
TH1F*fHistSignalLepton_eta_cellsEta of leading signal lepton (cell granularity)
TH1F*fHistSignalLepton_phiPhi of leading signal lepton
TH1F*fHistSignalLepton_phi_btag
TH1F*fHistSignalLepton_ptPt of leading signal lepton
TH1F*fHistSignalLepton_pt_btag
TH1F*fHistSignalMuminus_etaEta of leading signal mu-
TH1F*fHistSignalMuminus_eta_btag
TH1F*fHistSignalMuminus_phiPhi of leading signal mu-
TH1F*fHistSignalMuminus_phi_btag
TH1F*fHistSignalMuminus_ptPt of leading signal mu-
TH1F*fHistSignalMuminus_pt_btag
TH1F*fHistSignalMuon_EtCone20EtCone20 of leading signal muon
TH1F*fHistSignalMuon_EtCone20_btag
TH1F*fHistSignalMuon_EtCone30EtCone30 of leading signal muon
TH1F*fHistSignalMuon_EtCone30_btag
TH1F*fHistSignalMuon_EtRatioEtCone30/MuonPt of leading signal muon
TH1F*fHistSignalMuon_EtRatio_btag
TH1F*fHistSignalMuon_PtCone20PtCone20 of leading signal muon
TH1F*fHistSignalMuon_PtCone20_btag
TH1F*fHistSignalMuon_PtCone30PtCone30 of leading signal muon
TH1F*fHistSignalMuon_PtCone30_btag
TH1F*fHistSignalMuon_PtRatioPtCone30/MuonPt of leading signal muon
TH1F*fHistSignalMuon_PtRatio_btag
TH1F*fHistSignalMuon_etaEta of leading signal muon
TH1F*fHistSignalMuon_eta_btag
TH1F*fHistSignalMuon_phiPhi of leading signal muon
TH1F*fHistSignalMuon_phi_btag
TH1F*fHistSignalMuon_ptPt of leading signal muon
TH1F*fHistSignalMuon_pt_btag
TH1F*fHistSignalMuplus_etaEta of leading signal mu+
TH1F*fHistSignalMuplus_eta_btag
TH1F*fHistSignalMuplus_phiPhi of leading signal mu+
TH1F*fHistSignalMuplus_phi_btag
TH1F*fHistSignalMuplus_ptPt of leading signal mu+
TH1F*fHistSignalMuplus_pt_btag
TH1F*fHistSignalTau_etaEta of leading signal tau
TH1F*fHistSignalTau_phiPhi of leading signal tau
TH1F*fHistSignalTau_ptPt of leading signal tau
TH1F*fHistSignalTauminus_etaEta of leading signal tau-
TH1F*fHistSignalTauminus_phiPhi of leading signal tau-
TH1F*fHistSignalTauminus_ptPt of leading signal tau-
TH1F*fHistSignalTauplus_etaEta of leading signal tau+
TH1F*fHistSignalTauplus_phiPhi of leading signal tau+
TH1F*fHistSignalTauplus_ptPt of leading signal tau+
TH1F*fHistSphericitySphericity, not yet given in Athena,
TH1F*fHistSumEt_before
TH1F*fHistSumEt_pretagSumEt pretag
TH1F*fHistSumEt_tagSumEt tag
TH1F*fHistTopReco_Amount_P3Reconstructed Amount of P3 of single-top (all leptons)
TH1F*fHistTopReco_DeltaEtaFwdJetEta difference between recon. top and fwd jet (=leading non-b-jet)
TH1F*fHistTopReco_DeltaP3FwdJetsubstract |P3_Top|-|P3_FwdJet|
TH1F*fHistTopReco_DeltaPhiFwdJetPhi difference between recon. top and fwd jet (=leading non-b-jet)
TH1F*fHistTopReco_DeltaPxFwdJetsubstract Px_Top-Px_FwdJet
TH1F*fHistTopReco_DeltaPyFwdJetsubstract Py_Top-Py_FwdJet
TH1F*fHistTopReco_MReconstructed invariant mass of the single-top
TH1F*fHistTopReco_M_eReconstructed invariant mass of the single-top (e channel)
TH1F*fHistTopReco_M_e_minusReconstructed invariant mass of the single-top
TH1F*fHistTopReco_M_e_plusReconstructed invariant mass of the single-top
TH1F*fHistTopReco_M_minusReconstructed invariant mass of the single-top
TH1F*fHistTopReco_M_muReconstructed invariant mass of the single-top
TH1F*fHistTopReco_M_mu_minusReconstructed invariant mass of the single-top
TH1F*fHistTopReco_M_mu_plusReconstructed invariant mass of the single-top
TH1F*fHistTopReco_M_plusReconstructed invariant mass of the single-top
TH1F*fHistTopReco_MtReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_Mt_eReconstructed invariant transverse mass of the single-top (e channel)
TH1F*fHistTopReco_Mt_e_minusReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_Mt_e_plusReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_Mt_minusReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_Mt_muReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_Mt_mu_minusReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_Mt_mu_plusReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_Mt_plusReconstructed invariant transverse mass of the single-top
TH1F*fHistTopReco_SumPxPyFwdJetlength of vector-addition of P in x-y-plane
TH1F*fHistTopReco_cutbased_Mtcutbased Reconstructed invariant transverse mass of the single-top (all leptons)
TH1F*fHistTopReco_cutbased_Mt_ecutbased Reconstructed invariant transverse mass of the single-top (e channel)
TH1F*fHistTopReco_cutbased_Mt_e_minuscutbased Reconstructed invariant transverse mass of the single-top (e- channel)
TH1F*fHistTopReco_cutbased_Mt_e_pluscutbased Reconstructed invariant transverse mass of the single-top (e+ channel)
TH1F*fHistTopReco_cutbased_Mt_minuscutbased Reconstructed invariant transverse mass of the single-top (all negative sign leptons)
TH1F*fHistTopReco_cutbased_Mt_mucutbased Reconstructed invariant transverse mass of the single-top (mu channel)
TH1F*fHistTopReco_cutbased_Mt_mu_minuscutbased Reconstructed invariant transverse mass of the single-top (mu- channel)
TH1F*fHistTopReco_cutbased_Mt_mu_pluscutbased Reconstructed invariant transverse mass of the single-top (mu+ channel)
TH1F*fHistTopReco_cutbased_Mt_pluscutbased Reconstructed invariant transverse mass of the single-top (all positive sign leptons)
TH1F*fHistTopReco_cutbased_Mt_taucutbased Reconstructed invariant transverse mass of the single-top (tau channel)
TH1F*fHistTopReco_cutbased_Mt_tau_minuscutbased Reconstructed invariant transverse mass of the single-top (tau- channel)
TH1F*fHistTopReco_cutbased_Mt_tau_pluscutbased Reconstructed invariant transverse mass of the single-top (tau+ channel)
TH1F*fHistTopReco_cutbased_etacutbased Reconstructed Eta of the single-top (all leptons)
TH1F*fHistTopReco_cutbased_eta_ecutbased Reconstructed Eta of the top (e channel)
TH1F*fHistTopReco_cutbased_eta_e_minuscutbased Reconstructed Eta of the single-top (e- channel)
TH1F*fHistTopReco_cutbased_eta_e_pluscutbased Reconstructed Eta of the single-top (e+ channel)
TH1F*fHistTopReco_cutbased_eta_minuscutbased Reconstructed Eta of the single-top (all negative sign leptons)
TH1F*fHistTopReco_cutbased_eta_mucutbased Reconstructed Eta of the single-top (mu channel)
TH1F*fHistTopReco_cutbased_eta_mu_minuscutbased Reconstructed Eta of the single-top (mu- channel)
TH1F*fHistTopReco_cutbased_eta_mu_pluscutbased Reconstructed Eta of the single-top (mu+ channel)
TH1F*fHistTopReco_cutbased_eta_pluscutbased Reconstructed Eta of the single-top (all positive sign leptons)
TH1F*fHistTopReco_cutbased_eta_taucutbased Reconstructed Eta of the single-top (tau channel)
TH1F*fHistTopReco_cutbased_eta_tau_minuscutbased Reconstructed Eta of the single-top (tau- channel)
TH1F*fHistTopReco_cutbased_eta_tau_pluscutbased Reconstructed Eta of the single-top (tau+ channel)
TH1F*fHistTopReco_cutbased_phicutbased Reconstructed azimuth angle of the single-top (all leptons)
TH1F*fHistTopReco_cutbased_phi_ecutbased Reconstructed azimuth angle of the single-top (e channel)
TH1F*fHistTopReco_cutbased_phi_e_minuscutbased Reconstructed azimuth angle of the single-top (e- channel)
TH1F*fHistTopReco_cutbased_phi_e_pluscutbased Reconstructed azimuth angle of the single-top (e+ channel)
TH1F*fHistTopReco_cutbased_phi_minuscutbased Reconstructed azimuth angle of the single-top (all negative sign leptons)
TH1F*fHistTopReco_cutbased_phi_mucutbased Reconstructed azimuth angle of the single-top (mu channel)
TH1F*fHistTopReco_cutbased_phi_mu_minuscutbased Reconstructed azimuth angle of the single-top (mu- channel)
TH1F*fHistTopReco_cutbased_phi_mu_pluscutbased Reconstructed azimuth angle of the single-top (mu+ channel)
TH1F*fHistTopReco_cutbased_phi_pluscutbased Reconstructed azimuth angle of the single-top (all positive sign leptons)
TH1F*fHistTopReco_cutbased_phi_taucutbased Reconstructed azimuth angle of the single-top (tau channel)
TH1F*fHistTopReco_cutbased_phi_tau_minuscutbased Reconstructed azimuth angle of the single-top (tau- channel)
TH1F*fHistTopReco_cutbased_phi_tau_pluscutbased Reconstructed azimuth angle of the single-top (tau+ channel)
TH1F*fHistTopReco_cutbased_ptcutbased Reconstructed Pt of the single-top (all leptons)
TH1F*fHistTopReco_cutbased_pt_ecutbased Reconstructed Pt of the single-top (e channel)
TH1F*fHistTopReco_cutbased_pt_e_minuscutbased Reconstructed Pt of the single-top (e- channel)
TH1F*fHistTopReco_cutbased_pt_e_pluscutbased Reconstructed Pt of the single-top (e+ channel)
TH1F*fHistTopReco_cutbased_pt_minuscutbased Reconstructed Pt of the single-top (all negative sign leptons)
TH1F*fHistTopReco_cutbased_pt_mucutbased Reconstructed Pt of the single-top (mu channel)
TH1F*fHistTopReco_cutbased_pt_mu_minuscutbased Reconstructed Pt of the single-top (mu- channel)
TH1F*fHistTopReco_cutbased_pt_mu_pluscutbased Reconstructed Pt of the single-top (mu+ channel)
TH1F*fHistTopReco_cutbased_pt_pluscutbased Reconstructed Pt of the single-top (all positive sign leptons)
TH1F*fHistTopReco_cutbased_pt_taucutbased Reconstructed Pt of the single-top (tau channel)
TH1F*fHistTopReco_cutbased_pt_tau_minuscutbased Reconstructed Pt of the single-top (tau- channel)
TH1F*fHistTopReco_cutbased_pt_tau_pluscutbased Reconstructed Pt of the single-top (tau+ channel)
TH1F*fHistTopReco_etaReconstructed Eta of the single-top (all leptons)
TH1F*fHistTopReco_eta_eReconstructed Eta of the single-top (e channel)
TH1F*fHistTopReco_eta_e_minusReconstructed Eta of the single-top (e- channel)
TH1F*fHistTopReco_eta_e_plusReconstructed Eta of the single-top (e+ channel)
TH1F*fHistTopReco_eta_minusReconstructed Eta of the single-top (all negative sign leptons)
TH1F*fHistTopReco_eta_muReconstructed Eta of the single-top (mu channel)
TH1F*fHistTopReco_eta_mu_minusReconstructed Eta of the single-top (mu- channel)
TH1F*fHistTopReco_eta_mu_plusReconstructed Eta of the single-top (mu+ channel)
TH1F*fHistTopReco_eta_plusReconstructed Eta of the single-top (all positive sign leptons)
TH1F*fHistTopReco_phiReconstructed azimuth angle of the single-top (all leptons)
TH1F*fHistTopReco_phi_eReconstructed azimuth angle of the single-top (e channel)
TH1F*fHistTopReco_phi_e_minusReconstructed azimuth angle of the single-top (e- channel)
TH1F*fHistTopReco_phi_e_plusReconstructed azimuth angle of the single-top (e+ channel)
TH1F*fHistTopReco_phi_minusReconstructed azimuth angle of the single-top
TH1F*fHistTopReco_phi_muReconstructed azimuth angle of the single-top (mu channel)
TH1F*fHistTopReco_phi_mu_minusReconstructed azimuth angle of the single-top (mu- channel)
TH1F*fHistTopReco_phi_mu_plusReconstructed azimuth angle of the single-top (mu+ channel)
TH1F*fHistTopReco_phi_plusReconstructed azimuth angle of the single-top
TH1F*fHistTopReco_ptReconstructed Pt of the single-top (all leptons)
TH1F*fHistTopReco_pt_eReconstructed Pt of the single-top (e channel)
TH1F*fHistTopReco_pt_e_minusReconstructed Pt of the single-top (e- channel)
TH1F*fHistTopReco_pt_e_plusReconstructed Pt of the single-top (e+ channel)
TH1F*fHistTopReco_pt_minusReconstructed Pt of the single-top (all negative sign leptons)
TH1F*fHistTopReco_pt_muReconstructed Pt of the single-top (mu channel)
TH1F*fHistTopReco_pt_mu_minusReconstructed Pt of the single-top (mu- channel)
TH1F*fHistTopReco_pt_mu_plusReconstructed Pt of the single-top (mu+ channel)
TH1F*fHistTopReco_pt_plusReconstructed Pt of the single-top (all positive sign leptons)
TH1F*fHistTopReco_rapReconstructed y of the single-top (all leptons)
TH1F*fHistTopReco_rap_eReconstructed y of the top (e channel)
TH1F*fHistTopReco_rap_e_minusReconstructed y of the single-top (e- channel)
TH1F*fHistTopReco_rap_e_plusReconstructed y of the single-top (e+ channel)
TH1F*fHistTopReco_rap_minusReconstructed y of the single-top (all negative sign leptons)
TH1F*fHistTopReco_rap_muReconstructed y of the single-top (mu channel)
TH1F*fHistTopReco_rap_mu_minusReconstructed y of the single-top (mu- channel)
TH1F*fHistTopReco_rap_mu_plusReconstructed y of the single-top (mu+ channel)
TH1F*fHistTopReco_rap_plusReconstructed y of the single-top (all positive sign leptons)
TH1F*fHistTotalYield_allCutsTotal weighted yield after all cuts
TH1F*fHistTrueSumPxtrue sum of Px
TH1F*fHistTrueSumPytrue sum of Py
TH1F*fHistWHadReco_MReconstructed invariant mass of the hadronic W
TH1F*fHistWHadReco_MtReconstructed invariant transverse mass of the hadronic W
TH1F*fHistWHadReco_chi2chi square of hadronic W reconstruction
TH1F*fHistWHadReco_chi2probchi square prob. of hadronic W reconstruction
TH1F*fHistWHadReco_phiReconstructed azimuth angle of the hadronic W
TH1F*fHistWHadReco_ptReconstructed Pt of the hadronic W
TH1F*fHistWHadReco_rapReconstructed rapidity of the hadronic W
TH1F*fHistW_Mt_EtmissMag_QCDValidation_pretagtriangular cut on (transverse W mass+Etmiss) histograms for validation of QCD estimate (pretag)
TH1F*fHistW_Mt_EtmissMag_QCDValidation_tagtriangular cut on (transverse W mass+Etmiss) histograms for validation of QCD estimate (tag)
TH1F*fHistW_Mt_QCDValidation_pretagtransverse W mass histograms for validation of QCD estimate (pretag)
TH1F*fHistW_Mt_QCDValidation_tagtransverse W mass histograms for validation of QCD estimate (tag)
TH1F*fHistWhadJet1_EtPt of leading whad jet
TH1F*fHistWhadJet1_Et_btagPt of leading whad jet
TH1F*fHistWhadJet1_etaEta of leading whad jet
TH1F*fHistWhadJet1_eta_btagEta of leading whad jet
TH1F*fHistWhadJet1_phiPhi of leading whad jet
TH1F*fHistWhadJet1_phi_btagPhi of leading whad jet
TH1F*fHistWhadJet2_EtPt of 2nd leading whad jet
TH1F*fHistWhadJet2_Et_btagPt of 2nd leading whad jet
TH1F*fHistWhadJet2_etaEta of 2nd leading whad jet
TH1F*fHistWhadJet2_eta_btagEta of 2nd leading whad jet
TH1F*fHistWhadJet2_phiPhi of 2nd leading whad jet
TH1F*fHistWhadJet2_phi_btagPhi of 2nd leading whad jet
TH1F*fHistWhadJet_EtEt of all whad jets
TH1F*fHistWhadJet_Et_btagEt of all whad jets
TH1F*fHistWhadJet_etaEta of all whad jets
TH1F*fHistWhadJet_eta_btagEta of all whad jets
TH1F*fHistWhadJet_nNo. of whad jets
TH1F*fHistWhadJet_n_btagNo. of whad jets
TH1F*fHistWhadJet_phiPhi of all whad jets
TH1F*fHistWhadJet_phi_btagPhi of all whad jets
TH1F*fHistWreco_MReconstructed invariant mass of the W (all leptons)
TH1F*fHistWreco_M_eReconstructed invariant mass of the W decaying
TH1F*fHistWreco_M_e_minusReconstructed invariant mass of the W decaying into e-
TH1F*fHistWreco_M_e_plusReconstructed invariant mass of the W decaying into e+
TH1F*fHistWreco_M_minusReconstructed invariant mass of the W
TH1F*fHistWreco_M_muReconstructed invariant mass of the W decaying into muons
TH1F*fHistWreco_M_mu_minusReconstructed invariant mass of the W decaying into mu-
TH1F*fHistWreco_M_mu_plusReconstructed invariant mass of the W decaying into mu+
TH1F*fHistWreco_M_plusReconstructed invariant mass of the W
TH1F*fHistWreco_MtReconstructed invariant transverse mass of the W (all leptons)
TH1F*fHistWreco_Mt_eReconstructed invariant transverse mass of the W decaying
TH1F*fHistWreco_Mt_e_minusReconstructed invariant transverse mass of the W decaying into e-
TH1F*fHistWreco_Mt_e_plusReconstructed invariant transverse mass of the W decaying into e+
TH1F*fHistWreco_Mt_minusReconstructed invariant transverse mass of the W
TH1F*fHistWreco_Mt_muReconstructed invariant transverse mass of the W decaying into muons
TH1F*fHistWreco_Mt_mu_minusReconstructed invariant transverse mass of the W decaying into mu-
TH1F*fHistWreco_Mt_mu_plusReconstructed invariant transverse mass of the W decaying into mu+
TH1F*fHistWreco_Mt_plusReconstructed invariant transverse mass of the W
TH1F*fHistWreco_cutbased_Mtcutbased Reconstructed invariant transverse mass of the W (all leptons)
TH1F*fHistWreco_cutbased_Mt_ecutbased Reconstructed invariant transverse mass of the W decaying into electrons
TH1F*fHistWreco_cutbased_Mt_e_minuscutbased Reconstructed invariant transverse mass of the W decaying into e-
TH1F*fHistWreco_cutbased_Mt_e_pluscutbased Reconstructed invariant transverse mass of the W decaying into e+
TH1F*fHistWreco_cutbased_Mt_minuscutbased Reconstructed invariant transverse mass of the W (all negative sign leptons)
TH1F*fHistWreco_cutbased_Mt_mucutbased Reconstructed invariant transverse mass of the W decaying into muons
TH1F*fHistWreco_cutbased_Mt_mu_minuscutbased Reconstructed invariant transverse mass of the W decaying into mu-
TH1F*fHistWreco_cutbased_Mt_mu_pluscutbased Reconstructed invariant transverse mass of the W decaying into mu+
TH1F*fHistWreco_cutbased_Mt_pluscutbased Reconstructed invariant transverse mass of the W (all positive sign leptons)
TH1F*fHistWreco_cutbased_Mt_taucutbased Reconstructed invariant transverse mass of the W decaying into tauons
TH1F*fHistWreco_cutbased_Mt_tau_minuscutbased Reconstructed invariant transverse mass of the W decaying into tau-
TH1F*fHistWreco_cutbased_Mt_tau_pluscutbased Reconstructed invariant transverse mass of the W decaying into tau+
TH1F*fHistWreco_cutbased_etacutbased Reconstructed Eta of the W (all leptons)
TH1F*fHistWreco_cutbased_eta_ecutbased Reconstructed Eta of the (real) W decaying into electrons
TH1F*fHistWreco_cutbased_eta_e_minuscutbased Reconstructed Eta of the (real) W decaying into e-
TH1F*fHistWreco_cutbased_eta_e_pluscutbased Reconstructed Eta of the (real) W decaying into e+
TH1F*fHistWreco_cutbased_eta_minuscutbased Reconstructed Eta of the W (all negative sign leptons)
TH1F*fHistWreco_cutbased_eta_mucutbased Reconstructed Eta of the W decaying into muons
TH1F*fHistWreco_cutbased_eta_mu_minuscutbased Reconstructed Eta of the W decaying into mu-
TH1F*fHistWreco_cutbased_eta_mu_pluscutbased Reconstructed Eta of the W decaying into mu+
TH1F*fHistWreco_cutbased_eta_pluscutbased Reconstructed Eta of the W (all positive sign leptons)
TH1F*fHistWreco_cutbased_eta_taucutbased Reconstructed Eta of the W decaying into tauons
TH1F*fHistWreco_cutbased_eta_tau_minuscutbased Reconstructed Eta of the W decaying into tau-
TH1F*fHistWreco_cutbased_eta_tau_pluscutbased Reconstructed Eta of the W decaying into tau+
TH1F*fHistWreco_cutbased_phicutbased Reconstructed azimuth angle of the W (all leptons)
TH1F*fHistWreco_cutbased_phi_ecutbased Reconstructed azimuth angle of the (real) W decaying into electrons
TH1F*fHistWreco_cutbased_phi_e_minuscutbased Reconstructed azimuth angle of the (real) W decaying into e-
TH1F*fHistWreco_cutbased_phi_e_pluscutbased Reconstructed azimuth angle of the (real) W decaying into e+
TH1F*fHistWreco_cutbased_phi_minuscutbased Reconstructed azimuth angle of the W (all negative sign leptons)
TH1F*fHistWreco_cutbased_phi_mucutbased Reconstructed azimuth angle of the W decaying into muons
TH1F*fHistWreco_cutbased_phi_mu_minuscutbased Reconstructed azimuth angle of the W decaying into mu-
TH1F*fHistWreco_cutbased_phi_mu_pluscutbased Reconstructed azimuth angle of the W decaying into mu+
TH1F*fHistWreco_cutbased_phi_pluscutbased Reconstructed azimuth angle of the W (all positive sign leptons)
TH1F*fHistWreco_cutbased_phi_taucutbased Reconstructed azimuth angle of the W decaying into tauons
TH1F*fHistWreco_cutbased_phi_tau_minuscutbased Reconstructed azimuth angle of the W decaying into tau-
TH1F*fHistWreco_cutbased_phi_tau_pluscutbased Reconstructed azimuth angle of the W decaying into tau+
TH1F*fHistWreco_cutbased_ptcutbased Reconstructed Pt of the W (all leptons)
TH1F*fHistWreco_cutbased_pt_ecutbased Reconstructed Pt of the W decaying into electrons
TH1F*fHistWreco_cutbased_pt_e_minuscutbased Reconstructed Pt of the W decaying into e-
TH1F*fHistWreco_cutbased_pt_e_pluscutbased Reconstructed Pt of the W decaying into e+
TH1F*fHistWreco_cutbased_pt_minuscutbased Reconstructed Pt of the W (all negative sign leptons)
TH1F*fHistWreco_cutbased_pt_mucutbased Reconstructed Pt of the W decaying into muons
TH1F*fHistWreco_cutbased_pt_mu_minuscutbased Reconstructed Pt of the W decaying into mu-
TH1F*fHistWreco_cutbased_pt_mu_pluscutbased Reconstructed Pt of the W decaying into mu+
TH1F*fHistWreco_cutbased_pt_pluscutbased Reconstructed Pt of the W (all positive sign leptons)
TH1F*fHistWreco_cutbased_pt_taucutbased Reconstructed Pt of the W decaying into tauons
TH1F*fHistWreco_cutbased_pt_tau_minuscutbased Reconstructed Pt of the W decaying into tau-
TH1F*fHistWreco_cutbased_pt_tau_pluscutbased Reconstructed Pt of the W decaying into tau+
TH1F*fHistWreco_etaReconstructed Eta of the W (all leptons)
TH1F*fHistWreco_eta_eReconstructed Eta of the W decaying into electrons
TH1F*fHistWreco_eta_e_minusReconstructed Eta of the W decaying into e-
TH1F*fHistWreco_eta_e_plusReconstructed Eta of the W decaying into e+
TH1F*fHistWreco_eta_minusReconstructed Eta of the W (all negative sign leptons)
TH1F*fHistWreco_eta_muReconstructed Eta of the W decaying into muons
TH1F*fHistWreco_eta_mu_minusReconstructed Eta of the W decaying into mu-
TH1F*fHistWreco_eta_mu_plusReconstructed Eta of the W decaying into mu+
TH1F*fHistWreco_eta_plusReconstructed Eta of the W (all positive sign leptons)
TH1F*fHistWreco_phiReconstructed azimuth angle of the W (all leptons)
TH1F*fHistWreco_phi_eReconstructed azimuth angle of the (real) W decaying into electrons
TH1F*fHistWreco_phi_e_minusReconstructed azimuth angle of the (real) W decaying into e-
TH1F*fHistWreco_phi_e_plusReconstructed azimuth angle of the (real) W decaying into e+
TH1F*fHistWreco_phi_minusReconstructed azimuth angle of the W (all negative sign leptons)
TH1F*fHistWreco_phi_muReconstructed azimuth angle of the W decaying into muons
TH1F*fHistWreco_phi_mu_minusReconstructed azimuth angle of the W decaying into mu-
TH1F*fHistWreco_phi_mu_plusReconstructed azimuth angle of the W decaying into mu+
TH1F*fHistWreco_phi_plusReconstructed azimuth angle of the W (all positive sign leptons)
TH1F*fHistWreco_ptReconstructed Pt of the W (all leptons)
TH1F*fHistWreco_pt_eReconstructed Pt of the W decaying into electrons
TH1F*fHistWreco_pt_e_minusReconstructed Pt of the W decaying into e-
TH1F*fHistWreco_pt_e_plusReconstructed Pt of the W decaying into e+
TH1F*fHistWreco_pt_minusReconstructed Pt of the W (all negative sign leptons)
TH1F*fHistWreco_pt_muReconstructed Pt of the W decaying into muons
TH1F*fHistWreco_pt_mu_minusReconstructed Pt of the W decaying into mu-
TH1F*fHistWreco_pt_mu_plusReconstructed Pt of the W decaying into mu+
TH1F*fHistWreco_pt_plusReconstructed Pt of the W (all positive sign leptons)
TH1F*fHistWreco_rapReconstructed y of the W (all leptons)
TH1F*fHistWreco_rap_eReconstructed y of the (real) W decaying into electrons
TH1F*fHistWreco_rap_e_minusReconstructed y of the (real) W decaying into e-
TH1F*fHistWreco_rap_e_plusReconstructed y of the (real) W decaying into e+
TH1F*fHistWreco_rap_minusReconstructed y of the W (all negative sign leptons)
TH1F*fHistWreco_rap_muReconstructed y of the W decaying into muons
TH1F*fHistWreco_rap_mu_minusReconstructed y of the W decaying into mu-
TH1F*fHistWreco_rap_mu_plusReconstructed y of the W decaying into mu+
TH1F*fHistWreco_rap_plusReconstructed y of the W (all positive sign leptons)
TH1F*fHistXbottomForwardJetx_Bjorken of b quark in initial state
TH1F*fHistXbottomRelx_Bjorken of b quark in initial state
TH1F*fHistXlightForwardJetx_Bjorken of light quark in initial state
TH1F*fHistXlightRelx_Bjorken of light quark in initial state
TH1F*fHist_AmountSumPTopFwdJet_TopRFamount of the P_Top+P_fwdjet in RestFrame of the Top (only FwdJet is boosted)
TH1F*fHist_AngleTopFwdJet_TopRFangle between TopQuark and Fwd jet
TH1F*fHist_AverageIntPerXing_pretag
TH1F*fHist_AverageIntPerXing_tag
TH1F*fHist_Chi2ProbSgTop_over_Chi2ProbTTbarWhad1D: P(Chi2)_SgTop / ( P(Chi2)_TTbar * P(Chi2)_Whad )
TH2F*fHist_Chi2ProbSgTop_vs_Chi2ProbTTbar2D: P(Chi2) of sgtop fit vs P(Chi2) of ttbar veto fit
TH2F*fHist_Chi2Prob_vs_Chi2ProbWhad2D: chi-square probability of top-quark fit vs chi-square probability of hadron. W-boson fit
TH2F*fHist_Chi2Prob_vs_M_invar_W2D: chi-square probability vs invariant mass of W-boson
TH2F*fHist_Chi2Prob_vs_M_invar_top2D: chi-square probability vs invariant mass of top-quark
TH2F*fHist_Chi2_vs_Chi2Whad2D: chi-square of top-quark fit vs chi-square of hadron. W-boson fit
TH1F*fHist_Cos_SumThetaStar1ThetaStar2cos(Theta1*+Theta2*)
TH1F*fHist_Cos_ThetaStar1_LepWcos(Theta*). Theta* is the angle between charged lepton momentum in W rest frame
TH1F*fHist_Cos_ThetaStar2_LepBQuarkcos(Theta*). Theta* is the angle between charged lepton momentum in W rest frame
TH1F*fHist_HFOR_flag_pretagtop_hfor_flag for use by wjets flavour reweighting tool
TH2F*fHist_M_invar_W_lep_vs_M_invar_W_had2D: invariant mass of leptonic W vs invariant mass of hadronic W
TH1F*fHist_M_invar_W_over_M_invar_top1D: ratio M_W over M_top
TH2F*fHist_M_invar_W_vs_M_invar_top2D: invar. mass of W vs invar. mass of top-quark
TH1F*fHist_NPrimaryVertices_pretagnumber of primary vertices (pretag)
TH1F*fHist_NPrimaryVertices_tagnumber of primary vertices (tag)
TH1F*fHist_SumThetaStar1ThetaStar2Sum of Theta1*+Theta2*
TH1F*fHist_ThetaStar1_LepWTheta*, which is the angle between charged lepton momentum in W rest frame
TH1F*fHist_ThetaStar2_LepBQuarkTheta*, which is the angle between charged lepton momentum in W rest frame
TLorentzVectorfJet1P_refit_curRefitted 4-mom. of current first jet inside Whad veto fit
TLorentzVectorfJet2P_refit_curRefitted 4-mom. of current second jet inside Whad veto fit
TList*fJetsList of jets
TKinFitter*fKinFitter_WhadKinFitter object for reco of hadron. W (Whad veto)
AtlJet*fLeadFwdJetLeading fwd jet
Float_tfLeadNonBJetEtaeta of hardest un-tagged jet
HepParticle*fLeptonSignal lepton of current event
TLorentzVectorfLeptonP_refit_curRefitted lepton 4-mom. of current best combination inside fit
TList*fLeptonsList of signal leptons
TVector2fMETMissingEt of current event
Float_tfMET_MagMagnitude of MissingEt of current event
Float_tfMET_PhiPhi of MissingEt of current event
Double_tfMassAllJetsinvariant mass of all jets in event
Float_tfMassConstraintParameterAllmass term
Float_tfMassConstraintParameterTopmass term of top quark
Float_tfMassConstraintParameterWmass term of W boson
Int_tfNDoFWhadNo. of D.o.F. of hadronic W kinematic fit
Int_tfNJetsnumber of jets in generic list
Int_tfN_ConvergedNo. of fits that DID converge in this event
Int_tfN_FailNumericNo. of fits that failed numerically in this event
Int_tfN_NotConvergedNo. of fits that DID NOT converge in this event
Int_tfN_WorseTopCandidatesNo. of top-quark candidates with higher
HepParticle*fNeutrinoCurrent neutrino (missing Et) used as input for the fit
TLorentzVectorfNeutrinoP_refit_curRefitted neutrino 4-mom. of current best combination inside fit
TList*fNonBJetsList of non b jets
ofstreamfOutwrite text file with event info for acceptance challenges
Float_tfPullBJetEtaPull of b-jet eta
Float_tfPullBJetPhiPull of b-jet phi
Float_tfPullBJetPtPull of b-jet Pt
Float_tfPullEtMissMagPull of missing Et magnitude
Float_tfPullEtMissPhiPull of missing Et phi
Float_tfPullJet1EtaPull of jet 1 eta
Float_tfPullJet1PhiPull of jet 1 phi
Float_tfPullJet1PtPull of jet 1 Pt
Float_tfPullJet2EtaPull of jet 2 eta
Float_tfPullJet2PhiPull of jet 2 phi
Float_tfPullJet2PtPull of jet 2 Pt
Float_tfPullLeptonEtaPull of lepton eta
Float_tfPullLeptonPhiPull of lepton phi
Float_tfPullLeptonPtPull of lepton Pt
HepParticle*fRecoTopPointer to reconstructed top-quark
HepParticle*fRecoWPointer to reconstructed W
HepTopDecay*fTopTop-quark object from KinFitter reco
AtlWDecayLNu*fWBosonTop-quark object from KinFitter reco
AtlJet*fWJet1jet 1 used in ApplyWhadVeto() for hadronic W reconstruction
AtlJet*fWJet2jet 2 used in ApplyWhadVeto() for hadronic W reconstruction
TList*fWhadJetsList of jets for hadronic W reconstruction
Float_tfWmassTReconstructed transverse W mass

Class Charts

Inheritance Chart:
TObject
TNamed
AtlAnalysisTool
AtlKinFitterTool
AtlSgTop_tChannelFinder

Function documentation

AtlSgTop_tChannelFinder(const char* name, const char* title)
 Default constructor

~AtlSgTop_tChannelFinder()
 Default destructor

void Clear()
 Clean-up old lists from the previous event

void SetBranchStatus()
 Switch on needed branches

Bool_t AnalyzeEvent()
 Event analysis

void InitEvent()
 Prepare event analysis

void SetNeutrinoStartingValues()
 Provide reasonable starting values for eta and E of the
 neutrino with the help of the currently set lepton and the
 b-jet, and TKinFitter::GetEtaNuRoot()

 !!! Note that fLepton, fBJet and fNeutrino must be set before !!!
 !!! calling this function                                     !!!

void FillLeptonHistograms()
 Fill lepton histograms

void FillLeptonHistograms_BTag()
 Fill lepton histograms

void FillJetHistograms()
 Fill jet histograms

void FillWhadJetHistograms()
 Fill jet histograms

void FillCutBasedCutsHistograms()
 Fill histograms of variables for cut-based analysis combined
 with KinFittter analysis (preceeding it)

void FillBJetHistograms()
 Fill b-jet histograms

void FillNonBJetHistograms()
 Fill non-b-jet histograms

void FillJetHistograms_BTag()
 Fill jet histograms

void FillWhadJetHistograms_BTag()
 Fill jet histograms

void FillBJetHistograms_BTag()
 Fill b-jet histograms

void FillNonBJetHistograms_BTag()
 Fill non-b-jet histograms

void FillFwdJetHistograms()
 Fill fwd-jet histograms

void ReconstructionKinFit()
 Single-top t-channel event reconstruction (semi-leptonic)

 --> loop over all lepton and jet combinations
 --> perform the fit
 --> select the combination with the smallest chi^2 as candidate
     for a signal event

void DoFit()
 Perform the kinematic fit for the current charged lepton,
 neutrino and b-jet combination

Bool_t ApplyWhadVeto(Double_t chi2probMin, AtlJet* BestBJet)
 Loop over the jet list except the b jet candidate from top decay

void DoHadronicWFit()
 Perform the kinematic fit for the current
 jet1 and jet2 combination

 The hypothesis is Whad -> jet1, jet2

void FillHistograms()
 Fill histograms

 This method will be called only for events surviving the
 ProcessCut() routine of main selector analysis.
 There, a top-quark reconstructed by the KinFitter is required.

void FillKinFitHistograms()
 Fill histograms for KinFitter mode
 ( after Whad-veto but before final P(Chi2)-cut ! )

void FillTruthMatchingHistogramsSignal()
Fill Histogramms if Truth Matching was correct
void FillTruthMatchingHistogramsBkg()
void FillKinFitLeptonHistograms()
 Fill lepton histograms for top candidates in KinFitter mode

void FillKinFitJetHistograms()
 Fill jet histograms for top candidates in KinFitter mode

void FillComparisonHistograms()
 Fill histograms for comparison of distributions before and after
 KinFitter selection

Int_t DoTruthMatching()
do truth matching of reconstructed top with mc top
return 1,if truthmatching was succesful and correct
return -1, if truthmatching wasn't succesful
return 0, if truth matching doesn't work for example,if there aren't MC particles for comparison
Get MC and reconstructet tops
void FillTruthMatchingHistograms()
 Fill truth-matching histograms

void ReconstructionCutBased()
 SgTop_tChannel event reconstruction (cut-based)

void ReconstructW()
 reconstruction of W transverse 4-momentum and mass

void ReconstructTop()
 reconstruction of top-quark transverse 4-momentum and mass

void FillCutBasedHistograms()
 Fill histograms for reconstructed W and top-quark in cut-based mode

void FillCutBasedLeptonHistograms()
 Fill lepton histograms for top candidates in cut-based mode

void FillCutBasedJetHistograms()
 Fill jet histograms for top candidates in cut-based mode

void SetCutDefaults()
 Selection cut defaults

void Terminate()
 Terminate Single-top t-channel finder

void Print() const
 Prints chosen parameter settings for the finder tool to
 standard output

void BookHistograms()
 Book histograms for
 -- event selection objects
 -- reconstructed objects (KinFitter and/or cut-based mode)
 -- fit performance (KinFitter mode)
 -- cut-flow (KinFitter mode)
 -- truth-matching (optional in KinFitter mode)

void BookLeptonHistograms()
 Book histograms for the leptons used in the reconstruction

void BookLeptonHistograms_BTag()
 Book histograms for the leptons used in the reconstruction
 (b-tag selection)

void BookJetHistograms()
 Book jet histograms

void BookJetHistograms_BTag()
void BookKinFitHistograms()
 Book histograms for reconstructed W-boson, top-quark and neutrino
 in KinFitter mode and call booking of reco. lepton and jet histograms

void BookKinFitLeptonHistograms()
 Book lepton histograms for top candidate events in KinFitter mode

void BookKinFitJetHistograms()
 Book jet histograms for top candidate events in KinFitter mode

void BookHadronicWHistograms()
 Book histograms of hadronic W reconstruction in Whad veto

void BookChi2Histograms()
 Book Chi2 and P(Chi2) histograms of KinFitter

void BookComparisonHistograms()
 Book histograms for comparison of distributions before and after
 KinFitter selection

void BookTruthMatchingHistograms()
 Book truth matching histograms

void BookCutBasedHistograms()
 Book histograms for reconstructed W-boson and top-quark in
 cut-based mode and call booking of reco. lepton and jet histograms

void BookCutBasedLeptonHistograms()
 Book lepton histograms for top candidate events in cut-based mode

void BookCutBasedJetHistograms()
 Book jet histograms for top candidate events in cut-based mode

double Neutrino_Pz(double nu_px, double nu_py, double l_px, double l_py, double l_pz, double l_e, double& scf, double nu_pz_true)
void Neutrino_Pz_Base(double nu_px, double nu_py, double l_px, double l_py, double l_pz, double l_e, double& scf, double& solution1, double& solution2)
AtlSgTop_tChannelFinder(const char* name, const char* title)
TH1F* GetHistChi2ProbBoth()
{ return fHistChi2Prob_both; }
void SetJets(TList* jets)
{ fJets = jets; }
void SetLeptons(TList* leptons)
{ fLeptons = leptons; }
void SetEtmiss(TVector2 etmiss)
{fMET = etmiss; }
Float_t GetSumPt(Float_t Ptx1, Float_t Pty1, Float_t Ptx2, Float_t Pty2)
returns the vector length of two P2 vectors in x-y-plane