A++ » INC » AtlSgTop_WtChannelFinder

class AtlSgTop_WtChannelFinder: public AtlKinFitterTool


 Single top Wt-channel event finder

 Helper class for conducting a kinematic fit analysis of the Wt-channel
 of single-top.

 Used by AtlSelector.



 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_WtChannelFinder *kinfit =
  new AtlSgTop_WtChannelFinder("sgtop_finder_kinfitter",
 	    "Single-Top t-Channel Reconstruction by KinFitter");
  SetToolCut("sgtop_finder_kinfitter", "fMode", "AtlSgTop_WtChannelFinder::kKinFit");
  SetToolCut("sgtop_finder_kinfitter", "fModeMass", "AtlSgTop_WtChannelFinder::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 KinFitter
 histograms are stored.

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

Function Members (Methods)

public:
virtual~AtlSgTop_WtChannelFinder()
voidTObject::AbstractMethod(const char* method) const
voidAtlKinFitterTool::AddAbundanceTrue(Int_t abundance)
virtual Bool_tAnalyzeEvent()
virtual voidTObject::AppendPad(Option_t* option = "")
AtlSgTop_WtChannelFinder(const AtlSgTop_WtChannelFinder&)
AtlSgTop_WtChannelFinder(const char* name, const char* title)
virtual voidBookHistograms()
virtual voidTObject::Browse(TBrowser* b)
static TClass*Class()
virtual const char*TObject::ClassName() const
virtual voidAtlAnalysisTool::Clear()
virtual TObject*TNamed::Clone(const char* newname = "") const
voidCommonHistograms()
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()
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)
voidHadronicTopHistograms()
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
voidLeptonicTopHistograms()
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_WtChannelFinder&operator=(const AtlSgTop_WtChannelFinder&)
virtual voidTObject::Paint(Option_t* option = "")
virtual voidTObject::Pop()
virtual voidPrint() const
Bool_tAtlAnalysisTool::Process()
virtual Int_tTObject::Read(const char* name)
voidReconstructW()
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 met)
voidAtlAnalysisTool::SetEvent(AtlEvent* evt)
voidSetJets(TList* list)
voidSetLeptons(TList* list)
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()

Data Members

public:
AtlBTag::ETaggerfBJetTaggerTagger used for b-jet selection
Float_tfBJetWeightMinMinimum b-tag weight for b-jets to be accepted
Float_tfBJets_Et_minMin. Pt of signal b-jets
Float_tfBJets_Eta_maxMax. eta of signal b-jets
Float_tfBJets_Eta_minMin. eta of signal b-jets
Double_tAtlKinFitterTool::fB_MassAssumed mass of b-jet = mass of b-quark
Double_tfChi2ProbMinMinimum chi2-probability. Can be used later to apply
Double_tfChi2ProbTTBarBkgchi^2 p-value of the top decays appended by the toppairfinder tool
Double_tfCosPhiAngleAssociateWTop
Double_tfCosPhiAngleAssociateWW
Double_tfCosPhiAngleWTop
Double_tfCosThetaStar1_LeptTop
Double_tfCosThetaStar2_LeptTop
Double_tfCosThetaStarLeptNeutrino_LeptTop
Int_tfDecayChanneldecay channel of Wt event for which the analysis is performed
Float_tfElPt_MinMinimum signal electron pt
Float_tfEtaNeutrino
Float_tfEtaTop
Float_tfEtaWTop
Float_tfEtaW_LeptTop
Int_tfEventNumber
Bool_tfGuessNeutrinoEtaEUse routine to estimate good starting value of neutrino Eta?
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 signal jets
Float_tfJets_Eta_maxMax. eta of signal jets
Float_tfJets_Eta_minMin. eta of signal jets
AtlSgTop_WtChannelFinder::ELeptonModefLeptonModeIndicate the lepton channel mode (e/mu/tau)
Double_tfLogPWtAsymmetry
Double_tfLogPWtBest
Double_tfLogPWtDiff
Double_tfLogPWtHadronic
Double_tfLogPWtLeptonic
Double_tfLogPWtRatio
Double_tfLogPWtSum
Double_tfLogPWtWorst
Int_tfLumiBlock
Float_tfMET_Mag_minMinimum magnitude of Etmiss
Int_tfMaxNbItermaximum number of iterations
AtlSgTop_WtChannelFinder::EModefModeIndicate the mode of run (KinFit or CutBased)
AtlKinFitterTool::EModeAtlKinFitterTool::fModeIndicate the mode of running (eg cut-based or kinematic fit)
AtlSgTop_WtChannelFinder::EModeMassfModeMassIndicate the mode of mass constraint (Gauss or BW mass constraint)
AtlKinFitterTool::EModeMassAtlKinFitterTool::fModeMassIndicate the mode of mass constraint (Gauss or BW mass constraint)
Float_tfMuPt_MinMinimum signal electron pt
Int_tfNDoFHadronicTopNDoF for hadronic top decay from KinFitter
Int_tfNDoFLeptonicTopNDoF for leptonic top decay from KinFitter
Int_tfNDoFWTopNDoF for chosen top decay from KinFitter
Int_tfNDoFttbarBkgNDoF for ttbar hypothesis (bkg)
Int_tfNDoFttbarBkg_debug_LNu
Int_tfNJetsExcljets multiplicity bin
Int_tfNJetsMaxmaximum number of jets
Int_tfNJetsMinminimal number of jets
TStringAtlAnalysisTool::fOutputDirDirectory in root output file, where histogram dir is created
Double_tfPWtAsymmetry
Double_tfPWtDiff
Double_tfPWtRatio
Double_tfPWtSum
AtlAnalysisTool::EProcessModeAtlAnalysisTool::fProcessModeDefines when exactly the tool is run (see AtlAnalysisTool class description for details)
Bool_tfProduceCommonTreeProduce common tree for combined NN analysis?
Float_tfRapTop
HepParticle*fRecoTriangularWreconstructed W-boson
Int_tfRunNumber
AtlSgTop_WtChannelFinder::EScaleFactorSystematicsfSFSystModeScale Factor systematics mode
Bool_tfSignalSampleModeRunning over signal MC?
Double_tfTopFrameCosThetaStarWb_LeptTop
Double_tfTopFrameCosThetaStar_DeltaWtop_btop
Double_tfTopFrame_DThetaStarAssociateWTop
Double_tfTop_MassPole mass of the t-quark used in the fit
Double_tAtlKinFitterTool::fTop_MassPole mass of the t-quark used in the fit
Double_tfTop_WidthWidth of the t-quark used in the fit
Double_tAtlKinFitterTool::fTop_WidthWidth of the t-quark used in the fit
Int_tfTrueDecayChannelcorresponding channel of true event in MC
Bool_tfTruthMatchRun truth-matching at all?
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_tfVetoTTbarProbMinp(chi2) ttbar cut point -------> Not used since ttbar veto is done by p(chi2) comparison
Double_tfWFrameCosThetaStar_DeltaWtop_bW
Double_tfW_MassPole mass of the W used in the fit
Double_tAtlKinFitterTool::fW_MassPole mass of the W used in the fit
Double_tfW_WidthWidth of the W used in the fit
Double_tAtlKinFitterTool::fW_WidthWidth of the W used in the fit
AtlBTag::ETaggerfWhadJetTaggerTagger used for signal fwd jets
Float_tfWhadJetWeightMaxMaximum b-tag weight for jets to be accepted as a light fwd jet
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
Double_tfWmassT
Float_tfWmassT_min
Double_tfchi2HadronicTopchi^2 value for hadronic top decay from KinFitter
Double_tfchi2LeptonicTopchi^2 value for leptonic top decay from KinFitter
Double_tfchi2ProbHadronicTopchi^2 p-value for hadronic top decay from KinFitter
Double_tfchi2ProbLeptonicTopchi^2 p-value for leptonic top decay from KinFitter
Double_tfchi2ProbWTopchi^2 p-value for chosen (final) top decay from KinFitter
Double_tfchi2RedHadronicTop
Double_tfchi2RedLeptonicTop
Double_tfchi2RedWTopchi^2 p-value for chosen (final) top decay from KinFitter
Double_tfchi2WTopchi^2 value for chosen (final) top decay from KinFitter
Double_tfchi2ttbarBkgchi^2 value for ttbar hypothesis (bkg)
Double_tfchi2ttbarBkg_debug_LNu
static const Int_tfgNSystNames
static const char*fgSystNames[2147483647]
Float_tfmc_channel_number
Float_tftop_hfor_type
static AtlSgTop_WtChannelFinder::EModekAll
static AtlKinFitterTool::EModeAtlKinFitterTool::kAll
static AtlSgTop_WtChannelFinder::EModeMasskBW
static AtlKinFitterTool::EModeMassAtlKinFitterTool::kBW
static TObject::(anonymous)TObject::kBitMask
static TObject::EStatusBitsTObject::kCanDelete
static TObject::EStatusBitsTObject::kCannotPick
static AtlSgTop_WtChannelFinder::EModekCutBased
static AtlKinFitterTool::EModeAtlKinFitterTool::kCutBased
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskElectronDown
static AtlSgTop_WtChannelFinder::ELeptonModekElectronMode
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskElectronUp
static AtlSgTop_WtChannelFinder::EModeMasskGauss
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_WtChannelFinder::EScaleFactorSystematicskJVFWeightDown
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskJVFWeightUp
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskJetBTagsDown
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskJetBTagsUp
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskJetCTagsDown
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskJetCTagsUp
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskJetMisTagsDown
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskJetMisTagsUp
static AtlSgTop_WtChannelFinder::EModekKinFit
static AtlKinFitterTool::EModeAtlKinFitterTool::kKinFit
static AtlSgTop_WtChannelFinder::ELeptonModekLeptonAll
static AtlAnalysisTool::EProcessModeAtlAnalysisTool::kMainAnalysis
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskMuonDown
static AtlSgTop_WtChannelFinder::ELeptonModekMuonMode
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskMuonUp
static TObject::EStatusBitsTObject::kMustCleanup
static TObject::EStatusBitsTObject::kNoContextMenu
static AtlSgTop_WtChannelFinder::EScaleFactorSystematicskNone
static TObject::(anonymous)TObject::kNotDeleted
static AtlSgTop_WtChannelFinder::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 AtlSgTop_WtChannelFinder::ELeptonModekTauMode
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:
TAxis*axis
Float_tfAfterBJetEtaAfter of Bjet eta
Float_tfAfterBJetEta_hadrAfter of Bjet eta
Float_tfAfterBJetPhiAfter of Bjet phi
Float_tfAfterBJetPhi_hadrAfter of Bjet phi
Float_tfAfterBJetPtAfter of Bjet Pt
Float_tfAfterBJetPt_hadrAfter of Bjet Pt
Float_tfAfterEtMissEta
Float_tfAfterEtMissMagAfter of missing Et magnitude
Float_tfAfterEtMissMag_hadrAfter of missing Et magnitude
Float_tfAfterEtMissPhiAfter of missing Et phi
Float_tfAfterEtMissPhi_hadrAfter of missing Et phi
Float_tfAfterJet1EtaAfter of jet1 eta
Float_tfAfterJet1Eta_hadrAfter of jet1 eta
Float_tfAfterJet1PhiAfter of jet1 phi
Float_tfAfterJet1Phi_hadrAfter of jet1 phi
Float_tfAfterJet1PtAfter of jet1 Pt
Float_tfAfterJet1Pt_hadrAfter of jet1 Pt
Float_tfAfterJet2EtaAfter of jet2 eta
Float_tfAfterJet2Eta_hadrAfter of jet2 eta
Float_tfAfterJet2PhiBefore of jet2 phi
Float_tfAfterJet2Phi_hadrBefore of jet2 phi
Float_tfAfterJet2PtAfter of jet2 Pt
Float_tfAfterJet2Pt_hadrAfter of jet2 Pt
Float_tfAfterLeptonEtaAfter of lepton eta
Float_tfAfterLeptonEta_hadrAfter of lepton eta
Float_tfAfterLeptonPhiAfter of lepton phi
Float_tfAfterLeptonPhi_hadrAfter of lepton phi
Float_tfAfterLeptonPtAfter of lepton Pt
Float_tfAfterLeptonPt_hadrAfter of lepton Pt
AtlJet*fBJetCurrent b-jet candidate used as input for the fit
TLorentzVector*fBJetHadronicKinFitmomentum 4 vector of reco. KinFitter b-jet,
TLorentzVector*fBJetLeptonicKinFitmomentum 4 vector of reco. KinFitter b-jet,
AtlJet*fBJet_hadCurrent b-jet candidate used as input for the fit
TList*fBJetsList of b-jets used for reconstruction
Float_tfBeforeBJetEtaBefore of Bjet eta
Float_tfBeforeBJetEta_hadrBefore of Bjet eta
Float_tfBeforeBJetPhiBefore of Bjet phi
Float_tfBeforeBJetPhi_hadrBefore of Bjet phi
Float_tfBeforeBJetPtBefore of Bjet Pt
Float_tfBeforeBJetPt_hadrBefore of Bjet Pt
Float_tfBeforeEtMissEta
Float_tfBeforeEtMissMagBefore of missing Et magnitude
Float_tfBeforeEtMissMag_hadrBefore of missing Et magnitude
Float_tfBeforeEtMissPhiBefore of missing Et phi
Float_tfBeforeEtMissPhi_hadrBefore of missing Et phi
Float_tfBeforeJet1EtaBefore of jet1 eta
Float_tfBeforeJet1Eta_hadrBefore of jet1 eta
Float_tfBeforeJet1PhiBefore of jet1 phi
Float_tfBeforeJet1Phi_hadrBefore of jet1 phi
Float_tfBeforeJet1PtBefore of jet1 Pt
Float_tfBeforeJet1Pt_hadrBefore of jet1 Pt
Float_tfBeforeJet2EtaBefore of jet2 eta
Float_tfBeforeJet2Eta_hadrBefore of jet2 eta
Float_tfBeforeJet2PhiBefore of jet2 phi
Float_tfBeforeJet2Phi_hadrBefore of jet2 phi
Float_tfBeforeJet2PtBefore of jet2 Pt
Float_tfBeforeJet2Pt_hadrBefore of jet2 Pt
Float_tfBeforeLeptonEtaBefore of lepton eta
Float_tfBeforeLeptonEta_hadrBefore of lepton eta
Float_tfBeforeLeptonPhiBefore of lepton phi
Float_tfBeforeLeptonPhi_hadrBefore of lepton phi
Float_tfBeforeLeptonPtBefore of lepton Pt
Float_tfBeforeLeptonPt_hadrBefore of lepton Pt
AtlJet*fBestHadronicBJetb-jet candidate used in best KinFitter reconstruction,
AtlJet*fBestHadronicJet11st jet used in best KinFitter reconstruction,
AtlJet*fBestHadronicJet22nd jet used in best KinFitter reconstruction,
AtlJet*fBestLeptonicBJetb-jet candidate used in best KinFitter reconstruction,
AtlJet*fBestLeptonicJet11st jet used in best KinFitter reconstruction,
AtlJet*fBestLeptonicJet22nd jet used in best KinFitter reconstruction,
Double_tfChi2WhadChi square of hadronic W reconstruction
TTree*fCommonTree
TMatrixDfCovBJetCovariance matrix of the b-jet candidate from the t decay
TMatrixDfCovBJet_hadCovariance matrix of the b-jet candidate from the t decay
TMatrixDfCovLeptonCovariance matrix of the charged lepton from the W decay
TMatrixDfCovLepton_hadCovariance matrix of the charged lepton from the W decay
TMatrixDfCovNeutrinoCovariance matrix of the neutrino from the W decay
TMatrixDfCovWJet1Covariance matrix of the 1st jet candidate from the W hadronic decay
TMatrixDfCovWJet1_hadCovariance matrix of the 1st jet candidate from the W hadronic decay
TMatrixDfCovWJet2Covariance matrix of the 2nd jet candidate from the W hadronic decay
TMatrixDfCovWJet2_hadCovariance matrix of the 2nd jet candidate from the W hadronic decay
AtlCutFlowTool*fCutflow_tool
AtlCutFlowTool*fCutflow_tool_AC
TH1F*fHistBJet1_EtPt of leading b-jet
TH1F*fHistBJet1_Et_btag
TH1F*fHistBJet1_etaEta of leading b-jet
TH1F*fHistBJet1_eta_btag
TH1F*fHistBJet1_phiPhi of leading b-jet
TH1F*fHistBJet1_phi_btag
TH1F*fHistBJet1_weightWeight of leading b-jet
TH1F*fHistBJet1_weight_btag
TH1F*fHistBJet2_EtPt of 2nd leading b-jet
TH1F*fHistBJet2_Et_btag
TH1F*fHistBJet2_etaEta of 2nd leading b-jet
TH1F*fHistBJet2_eta_btag
TH1F*fHistBJet2_phiPhi of 2nd leading b-jet
TH1F*fHistBJet2_phi_btag
TH1F*fHistBJet2_weightWeight of leading b-jet
TH1F*fHistBJet2_weight_btag
TH1F*fHistBJetEt_after_hadr
TH1F*fHistBJetEt_after_lept
TH1F*fHistBJetEt_before_hadr
TH1F*fHistBJetEt_before_lept
TH1F*fHistBJetEta_after_hadr
TH1F*fHistBJetEta_after_lept
TH1F*fHistBJetEta_before_hadr
TH1F*fHistBJetEta_before_lept
TH1F*fHistBJetPhi_after_hadr
TH1F*fHistBJetPhi_after_lept
TH1F*fHistBJetPhi_before_hadr
TH1F*fHistBJetPhi_before_lept
TH1F*fHistBJetWeight_after_hadr
TH1F*fHistBJetWeight_after_lept
TH1F*fHistBJetWeight_before_hadr
TH1F*fHistBJetWeight_before_lept
TH1F*fHistBJet_EtEt of all b-jets
TH1F*fHistBJet_Et_btag
TH1F*fHistBJet_etaEta of all b-jets
TH1F*fHistBJet_eta_btag
TH1F*fHistBJet_nNo. of b-jets
TH1F*fHistBJet_n_btag
TH1F*fHistBJet_phiPhi of all b-jets
TH1F*fHistBJet_phi_btag
TH1F*fHistBJet_weightWeight of all b-jets
TH1F*fHistBJet_weight_btag
TH1F*fHistChi2NDOF_both
TH1F*fHistChi2NDOF_both_after
TH1F*fHistChi2Prob_bothchi-square probability for leptonic and hadronic top
TH1F*fHistChi2Prob_both_after
TH1F*fHistChi2Prob_both_cutchi-square probability for leptonic and hadronic top
TH1F*fHistChi2Red_both
TH1F*fHistChi2_bothcorresponding chi-square histogram
TH1F*fHistChi2_both_after
TH1F*fHistChi2_both_cutcorresponding chi-square histogram
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_tagTag count (all leptons)
TH1F*fHistCountLepAll_tag_refQCDTag count (all leptons), reference for QCD norm.
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_pretagPretag count positive leptons
TH1F*fHistCountLepPlus_tagTag count positive leptons
TH1F*fHistCountLepPlus_tag_refQCDTag count (positive leptons), reference for QCD norm.
TH1F*fHistEtMissMag
TH1F*fHistEtMissMag_after_hadr
TH1F*fHistEtMissMag_after_lept
TH1F*fHistEtMissMag_before_hadr
TH1F*fHistEtMissMag_before_lept
TH1F*fHistEtMissMag_pretagEtMiss pretag
TH1F*fHistEtMissMag_tagEtMiss tag
TH1F*fHistEtMissPhi
TH1F*fHistEtMissPhi_after_hadr
TH1F*fHistEtMissPhi_after_lept
TH1F*fHistEtMissPhi_before_hadr
TH1F*fHistEtMissPhi_before_lept
TH1F*fHistEtMissPhi_pretagEtMiss Phi pretag
TH1F*fHistEtMissPhi_tagEtMiss Phi tag
TH1F*fHistHadronicTopBHJetTruthMatch_etaeta of b-jet, electron- and muon-channel,
TH1F*fHistHadronicTopBHJetTruthMatch_phiphi of b-jet, electron- and muon-channel,
TH1F*fHistHadronicTopBHJetTruthMatch_ptpt of b-jet, electron- and muon-channel,
TH1F*fHistHadronicTopBottomTruthMatch_etaeta of b-quark, electron- and muon-channel,
TH1F*fHistHadronicTopBottomTruthMatch_phiphi of b-quark, electron- and muon-channel,
TH1F*fHistHadronicTopBottomTruthMatch_ptpt of b-quark, electron- and muon-channel,
TH1F*fHistHadronicTopChi2NDOF_both
TH1F*fHistHadronicTopChi2NDOF_both_after
TH1F*fHistHadronicTopChi2ProbTTBarVetochi-square probability for TTBar Veto and Wt reconstruction
TH1F*fHistHadronicTopChi2ProbTTBarVeto_cutchi-square probability for TTBar Veto and Wt reconstruction
TH2F*fHistHadronicTopChi2ProbWtAndTTBarhistogram for chi-square probability of Wt reconstruction
TH2F*fHistHadronicTopChi2ProbWtAndTTBar_cuthistogram for chi-square probability of Wt reconstruction
TH1F*fHistHadronicTopChi2Prob_bothchi-square probability of both W decays
TH1F*fHistHadronicTopChi2Prob_both_after
TH1F*fHistHadronicTopChi2Prob_both_cutchi-square probability of both W decays
TH1F*fHistHadronicTopChi2Prob_echi-square probability of electronic W decays
TH1F*fHistHadronicTopChi2Prob_e_cutchi-square probability of electronic W decays
TH1F*fHistHadronicTopChi2Prob_muchi-square probability of muonic W decays
TH1F*fHistHadronicTopChi2Prob_mu_cutchi-square probability of muonic W decays
TH1F*fHistHadronicTopChi2_bothchi-square of both W decays
TH1F*fHistHadronicTopChi2_both_after
TH1F*fHistHadronicTopChi2_both_cutchi-square of both W decays
TH1F*fHistHadronicTopChi2_echi-square of electronic W decays
TH1F*fHistHadronicTopChi2_e_cutchi-square of electronic W decays
TH1F*fHistHadronicTopChi2_muchi-square of muonic W decays
TH1F*fHistHadronicTopChi2_mu_cutchi-square of muonic W decays
TH1I*fHistHadronicTopRecoTrueChannelhistograms to compare reconstructed channel
TH1F*fHistHadronicTopWHLJetTruthMatch_etaeta of jets from W decay, electron- and muon-channel,
TH1F*fHistHadronicTopWHLJetTruthMatch_phiphi of jets from W decay, electron- and muon-channel,
TH1F*fHistHadronicTopWHLJetTruthMatch_ptpt of jets from W decay, electron- and muon-channel,
TH1F*fHistHadronicTopWQuarkTruthMatch_etaeta of jets from W decay, electron- and muon-channel,
TH1F*fHistHadronicTopWQuarkTruthMatch_phiphi of jets from W decay, electron- and muon-channel,
TH1F*fHistHadronicTopWQuarkTruthMatch_ptpt of jets from W decay, electron- and muon-channel,
TH1F*fHistHadronicTop_MReconstructed invariant mass of the hadronic top
TH1F*fHistHadronicTop_M_eReconstructed invariant mass of the hadronic top,
TH1F*fHistHadronicTop_M_minusReconstructed invariant mass of the hadronic top
TH1F*fHistHadronicTop_M_muReconstructed invariant mass of the hadronic top,
TH1F*fHistHadronicTop_M_plusReconstructed invariant mass of the hadronic top
TH1F*fHistHadronicTop_MtReconstructed invariant transverse mass of the hadronic top
TH1F*fHistHadronicTop_Mt_eReconstructed invariant transverse mass of the hadronic top,
TH1F*fHistHadronicTop_Mt_minusReconstructed invariant transverse mass of the hadronic top
TH1F*fHistHadronicTop_Mt_muReconstructed invariant transverse mass of the hadronic top,
TH1F*fHistHadronicTop_Mt_plusReconstructed invariant transverse mass of the hadronic top
TH1F*fHistHadronicTop_etaReconstructed Eta of the hadronic top (all leptons)
TH1F*fHistHadronicTop_eta_eReconstructed Eta of the hadronic top, electrons
TH1F*fHistHadronicTop_eta_minusReconstructed Eta of the hadronic top (all negative sign leptons)
TH1F*fHistHadronicTop_eta_muReconstructed Eta of the hadronic top, muons
TH1F*fHistHadronicTop_eta_plusReconstructed Eta of the hadronic top (all positive sign leptons)
TH1F*fHistHadronicTop_phiReconstructed azimuth angle of the hadronic top (all leptons)
TH1F*fHistHadronicTop_phi_eReconstructed azimuth angle of the hadronic top, electrons
TH1F*fHistHadronicTop_phi_minusReconstructed azimuth angle of the hadronic top
TH1F*fHistHadronicTop_phi_muReconstructed azimuth angle of the hadronic top, muons
TH1F*fHistHadronicTop_phi_plusReconstructed azimuth angle of the hadronic top
TH1F*fHistHadronicTop_ptReconstructed Pt of the hadronic top (all leptons)
TH1F*fHistHadronicTop_pt_eReconstructed Pt of the hadronic top, electrons
TH1F*fHistHadronicTop_pt_minusReconstructed Pt of the hadronic top (all negative sign leptons)
TH1F*fHistHadronicTop_pt_muReconstructed Pt of the hadronic top, muons
TH1F*fHistHadronicTop_pt_plusReconstructed Pt of the hadronic top (all positive sign leptons)
TH1F*fHistHadronicTop_rapReconstructed y of the hadronic top (all leptons)
TH1F*fHistHadronicTop_rap_eReconstructed y of the hadronic top, electrons
TH1F*fHistHadronicTop_rap_minusReconstructed y of the hadronic top (all negative sign leptons)
TH1F*fHistHadronicTop_rap_muReconstructed y of the hadronic top, muons
TH1F*fHistHadronicTop_rap_plusReconstructed y of the hadronic top (all positive sign leptons)
TH1F*fHistJet1Et_after_hadr
TH1F*fHistJet1Et_after_lept
TH1F*fHistJet1Et_before_hadr
TH1F*fHistJet1Et_before_lept
TH1F*fHistJet1Eta_after_hadr
TH1F*fHistJet1Eta_after_lept
TH1F*fHistJet1Eta_before_hadr
TH1F*fHistJet1Eta_before_lept
TH1F*fHistJet1Phi_after_hadr
TH1F*fHistJet1Phi_after_lept
TH1F*fHistJet1Phi_before_hadr
TH1F*fHistJet1Phi_before_lept
TH1F*fHistJet1_EtPt of leading jet
TH1F*fHistJet1_Et_btag
TH1F*fHistJet1_etaEta of leading jet
TH1F*fHistJet1_eta_btag
TH1F*fHistJet1_phiPhi of leading jet
TH1F*fHistJet1_phi_btag
TH1F*fHistJet2Et_after_hadr
TH1F*fHistJet2Et_after_lept
TH1F*fHistJet2Et_before_hadr
TH1F*fHistJet2Et_before_lept
TH1F*fHistJet2Eta_after_hadr
TH1F*fHistJet2Eta_after_lept
TH1F*fHistJet2Eta_before_hadr
TH1F*fHistJet2Eta_before_lept
TH1F*fHistJet2Phi_after_hadr
TH1F*fHistJet2Phi_after_lept
TH1F*fHistJet2Phi_before_hadr
TH1F*fHistJet2Phi_before_lept
TH1F*fHistJet2_EtPt of 2nd leading jet
TH1F*fHistJet2_Et_btag
TH1F*fHistJet2_etaEta of 2nd leading jet
TH1F*fHistJet2_eta_btag
TH1F*fHistJet2_phiPhi of 2nd leading jet
TH1F*fHistJet2_phi_btag
TH1F*fHistJetBins_fit
TH1F*fHistJetBins_pretag
TH1F*fHistJetBins_tag
TH1F*fHistJet_EtEt of all jets
TH1F*fHistJet_Et_btag
TH1F*fHistJet_etaEta of all jets
TH1F*fHistJet_eta_btag
TH1F*fHistJet_nNo. of jets
TH1F*fHistJet_n_btag
TH1F*fHistJet_phiPhi of all jets
TH1F*fHistJet_phi_btag
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*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*fHistLeptonicTopBHJetTruthMatch_etaeta of b-jet, electron- and muon-channel,
TH1F*fHistLeptonicTopBHJetTruthMatch_phiphi of b-jet, electron- and muon-channel,
TH1F*fHistLeptonicTopBHJetTruthMatch_ptpt of b-jet, electron- and muon-channel,
TH1F*fHistLeptonicTopBottomTruthMatch_etaeta of b-quark, electron- and muon-channel,
TH1F*fHistLeptonicTopBottomTruthMatch_phiphi of b-quark, electron- and muon-channel,
TH1F*fHistLeptonicTopBottomTruthMatch_ptpt of b-quark, electron- and muon-channel,
TH1F*fHistLeptonicTopChi2NDOF_both
TH1F*fHistLeptonicTopChi2NDOF_both_after
TH1F*fHistLeptonicTopChi2ProbTTBarVetochi-square probability for TTBar Veto and Wt reconstruction
TH1F*fHistLeptonicTopChi2ProbTTBarVeto_cutchi-square probability for TTBar Veto and Wt reconstruction
TH2F*fHistLeptonicTopChi2ProbWtAndTTBarhistogram for chi-square probability of Wt reconstruction
TH2F*fHistLeptonicTopChi2ProbWtAndTTBar_cuthistogram for chi-square probability of Wt reconstruction
TH1F*fHistLeptonicTopChi2Prob_bothchi-square probability of both W decays
TH1F*fHistLeptonicTopChi2Prob_both_after
TH1F*fHistLeptonicTopChi2Prob_both_cutchi-square probability of both W decays
TH1F*fHistLeptonicTopChi2Prob_echi-square probability of e channel
TH1F*fHistLeptonicTopChi2Prob_e_cutchi-square probability of e channel
TH1F*fHistLeptonicTopChi2Prob_muchi-square probability of mu channel
TH1F*fHistLeptonicTopChi2Prob_mu_cutchi-square probability of mu channel
TH1F*fHistLeptonicTopChi2_bothchi-square of both W decays
TH1F*fHistLeptonicTopChi2_both_after
TH1F*fHistLeptonicTopChi2_both_cutchi-square of both W decays
TH1F*fHistLeptonicTopChi2_echi-square of e channel
TH1F*fHistLeptonicTopChi2_e_cutchi-square of e channel
TH1F*fHistLeptonicTopChi2_muchi-square of mu channel
TH1F*fHistLeptonicTopChi2_mu_cutchi-square of mu channel
TH1F*fHistLeptonicTopElecTruthMatch_etaeta of Electron, leptonic top decay
TH1F*fHistLeptonicTopElecTruthMatch_phiphi of Electron, leptonic top decay
TH1F*fHistLeptonicTopElecTruthMatch_ptpt of Electron, leptonic top decay
TH1F*fHistLeptonicTopMuTruthMatch_etaeta of Muon, leptonic top decay
TH1F*fHistLeptonicTopMuTruthMatch_phiphi of Muon, leptonic top decay
TH1F*fHistLeptonicTopMuTruthMatch_ptpt of Muon, leptonic top decay
TH1F*fHistLeptonicTopNuReco_EReconstructed energy of the neutrino (all leptons)
TH1F*fHistLeptonicTopNuReco_E_eReconstructed energy of the neutrino (el channel)
TH1F*fHistLeptonicTopNuReco_E_e_minusReconstructed energy of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_E_e_plusReconstructed energy of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuReco_E_minusReconstructed energy of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_E_muReconstructed energy of the neutrino (mu channel)
TH1F*fHistLeptonicTopNuReco_E_mu_minusReconstructed energy of the neutrino (mu- channel)
TH1F*fHistLeptonicTopNuReco_E_mu_plusReconstructed energy of the neutrino (mu+ channel)
TH1F*fHistLeptonicTopNuReco_E_plusReconstructed energy of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuReco_etaReconstructed Eta of the neutrino (all leptons)
TH1F*fHistLeptonicTopNuReco_eta_eReconstructed Eta of the neutrino (el channel)
TH1F*fHistLeptonicTopNuReco_eta_e_minusReconstructed Eta of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_eta_e_plusReconstructed Eta of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuReco_eta_minusReconstructed Eta of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_eta_muReconstructed Eta of the neutrino (mu channel)
TH1F*fHistLeptonicTopNuReco_eta_mu_minusReconstructed Eta of the neutrino (mu- channel)
TH1F*fHistLeptonicTopNuReco_eta_mu_plusReconstructed Eta of the neutrino (mu+ channel)
TH1F*fHistLeptonicTopNuReco_eta_plusReconstructed Eta of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuReco_phiReconstructed azimuth angle of the neutrino (all leptons)
TH1F*fHistLeptonicTopNuReco_phi_eReconstructed azimuth angle of the neutrino (el channel)
TH1F*fHistLeptonicTopNuReco_phi_e_minusReconstructed azimuth angle of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_phi_e_plusReconstructed azimuth angle of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuReco_phi_minusReconstructed azimuth angle of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_phi_muReconstructed azimuth angle of the neutrino (mu channel)
TH1F*fHistLeptonicTopNuReco_phi_mu_minusReconstructed azimuth angle of the neutrino (mu- channel)
TH1F*fHistLeptonicTopNuReco_phi_mu_plusReconstructed azimuth angle of the neutrino (mu+ channel)
TH1F*fHistLeptonicTopNuReco_phi_plusReconstructed azimuth angle of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuReco_ptReconstructed Pt of the neutrino (all leptons)
TH1F*fHistLeptonicTopNuReco_pt_eReconstructed Pt of the neutrino (el channel)
TH1F*fHistLeptonicTopNuReco_pt_e_minusReconstructed Pt of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_pt_e_plusReconstructed Pt of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuReco_pt_minusReconstructed Pt of the neutrino (e- channel)
TH1F*fHistLeptonicTopNuReco_pt_muReconstructed Pt of the neutrino (mu channel)
TH1F*fHistLeptonicTopNuReco_pt_mu_minusReconstructed Pt of the neutrino (mu- channel)
TH1F*fHistLeptonicTopNuReco_pt_mu_plusReconstructed Pt of the neutrino (mu+ channel)
TH1F*fHistLeptonicTopNuReco_pt_plusReconstructed Pt of the neutrino (e+ channel)
TH1F*fHistLeptonicTopNuTruthMatch_etaeta of Neutrino, electron- and muon-channel,
TH1F*fHistLeptonicTopNuTruthMatch_phiphi of Neutrino, electron- and muon-channel,
TH1F*fHistLeptonicTopNuTruthMatch_ptpt of Neutrino, electron- and muon-channel,
TH1F*fHistLeptonicTopNuTruthMatch_thetatheta of Neutrino, electron- and muon-channel,
TH1I*fHistLeptonicTopRecoTrueChannelhistograms to compare reconstructed channel
TH1F*fHistLeptonicTopWHLJetTruthMatch_etaeta of jets from W decay, electron- and muon-channel,
TH1F*fHistLeptonicTopWHLJetTruthMatch_phiphi of jets from W decay, electron- and muon-channel,
TH1F*fHistLeptonicTopWHLJetTruthMatch_ptpt of jets from W decay, electron- and muon-channel,
TH1F*fHistLeptonicTopWQuarkTruthMatch_etaeta of jets from W decay, electron- and muon-channel,
TH1F*fHistLeptonicTopWQuarkTruthMatch_phiphi of jets from W decay, electron- and muon-channel,
TH1F*fHistLeptonicTopWQuarkTruthMatch_ptpt of jets from W decay, electron- and muon-channel,
TH1F*fHistLeptonicTop_MReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_M_eReconstructed invariant mass of the single-top (e channel)
TH1F*fHistLeptonicTop_M_e_minusReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_M_e_plusReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_M_minusReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_M_muReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_M_mu_minusReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_M_mu_plusReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_M_plusReconstructed invariant mass of the single-top
TH1F*fHistLeptonicTop_MtReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_Mt_eReconstructed invariant transverse mass of the single-top (e channel)
TH1F*fHistLeptonicTop_Mt_e_minusReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_Mt_e_plusReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_Mt_minusReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_Mt_muReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_Mt_mu_minusReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_Mt_mu_plusReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_Mt_plusReconstructed invariant transverse mass of the single-top
TH1F*fHistLeptonicTop_etaReconstructed Eta of the single-top (all leptons)
TH1F*fHistLeptonicTop_eta_eReconstructed Eta of the single-top (e channel)
TH1F*fHistLeptonicTop_eta_e_minusReconstructed Eta of the single-top (e- channel)
TH1F*fHistLeptonicTop_eta_e_plusReconstructed Eta of the single-top (e+ channel)
TH1F*fHistLeptonicTop_eta_minusReconstructed Eta of the single-top (all negative sign leptons)
TH1F*fHistLeptonicTop_eta_muReconstructed Eta of the single-top (mu channel)
TH1F*fHistLeptonicTop_eta_mu_minusReconstructed Eta of the single-top (mu- channel)
TH1F*fHistLeptonicTop_eta_mu_plusReconstructed Eta of the single-top (mu+ channel)
TH1F*fHistLeptonicTop_eta_plusReconstructed Eta of the single-top (all positive sign leptons)
TH1F*fHistLeptonicTop_phiReconstructed azimuth angle of the single-top (all leptons)
TH1F*fHistLeptonicTop_phi_eReconstructed azimuth angle of the single-top (e channel)
TH1F*fHistLeptonicTop_phi_e_minusReconstructed azimuth angle of the single-top (e- channel)
TH1F*fHistLeptonicTop_phi_e_plusReconstructed azimuth angle of the single-top (e+ channel)
TH1F*fHistLeptonicTop_phi_minusReconstructed azimuth angle of the single-top
TH1F*fHistLeptonicTop_phi_muReconstructed azimuth angle of the single-top (mu channel)
TH1F*fHistLeptonicTop_phi_mu_minusReconstructed azimuth angle of the single-top (mu- channel)
TH1F*fHistLeptonicTop_phi_mu_plusReconstructed azimuth angle of the single-top (mu+ channel)
TH1F*fHistLeptonicTop_phi_plusReconstructed azimuth angle of the single-top
TH1F*fHistLeptonicTop_ptReconstructed Pt of the single-top (all leptons)
TH1F*fHistLeptonicTop_pt_eReconstructed Pt of the single-top (e channel)
TH1F*fHistLeptonicTop_pt_e_minusReconstructed Pt of the single-top (e- channel)
TH1F*fHistLeptonicTop_pt_e_plusReconstructed Pt of the single-top (e+ channel)
TH1F*fHistLeptonicTop_pt_minusReconstructed Pt of the single-top (all negative sign leptons)
TH1F*fHistLeptonicTop_pt_muReconstructed Pt of the single-top (mu channel)
TH1F*fHistLeptonicTop_pt_mu_minusReconstructed Pt of the single-top (mu- channel)
TH1F*fHistLeptonicTop_pt_mu_plusReconstructed Pt of the single-top (mu+ channel)
TH1F*fHistLeptonicTop_pt_plusReconstructed Pt of the single-top (all positive sign leptons)
TH1F*fHistLeptonicTop_rapReconstructed y of the single-top (all leptons)
TH1F*fHistLeptonicTop_rap_eReconstructed y of the top (e channel)
TH1F*fHistLeptonicTop_rap_e_minusReconstructed y of the single-top (e- channel)
TH1F*fHistLeptonicTop_rap_e_plusReconstructed y of the single-top (e+ channel)
TH1F*fHistLeptonicTop_rap_minusReconstructed y of the single-top (all negative sign leptons)
TH1F*fHistLeptonicTop_rap_muReconstructed y of the single-top (mu channel)
TH1F*fHistLeptonicTop_rap_mu_minusReconstructed y of the single-top (mu- channel)
TH1F*fHistLeptonicTop_rap_mu_plusReconstructed y of the single-top (mu+ channel)
TH1F*fHistLeptonicTop_rap_plusReconstructed y of the single-top (all positive sign leptons)
TH1F*fHistNonBJet1_EtPt of leading non-b-jet
TH1F*fHistNonBJet1_Et_btag
TH1F*fHistNonBJet1_etaEta of leading non-b-jet
TH1F*fHistNonBJet1_eta_btag
TH1F*fHistNonBJet1_phiPhi of leading non-b-jet
TH1F*fHistNonBJet1_phi_btag
TH1F*fHistNonBJet2_EtPt of 2nd leading non-b-jet
TH1F*fHistNonBJet2_Et_btag
TH1F*fHistNonBJet2_etaEta of 2nd leading non-b-jet
TH1F*fHistNonBJet2_eta_btag
TH1F*fHistNonBJet2_phiPhi of 2nd leading non-b-jet
TH1F*fHistNonBJet2_phi_btag
TH1F*fHistNonBJet_EtEt of all non-b-jets
TH1F*fHistNonBJet_Et_btag
TH1F*fHistNonBJet_etaEta of all non-b-jets
TH1F*fHistNonBJet_eta_btag
TH1F*fHistNonBJet_nNo. of non-b-jets
TH1F*fHistNonBJet_n_btag
TH1F*fHistNonBJet_phiPhi of all non-b-jets
TH1F*fHistNonBJet_phi_btag
TH1F*fHistPerformanceComparison_after
TH1F*fHistPerformanceComparison_before
TH1F*fHistPullBJetEta
TH1F*fHistPullBJetEta_had
TH1F*fHistPullBJetPhi
TH1F*fHistPullBJetPhi_had
TH1F*fHistPullBJetPt
TH1F*fHistPullBJetPt_had
TH1F*fHistPullElecEta
TH1F*fHistPullElecEta_had
TH1F*fHistPullElecPhi
TH1F*fHistPullElecPhi_had
TH1F*fHistPullElecPt
TH1F*fHistPullElecPt_had
TH1F*fHistPullEtMissMag
TH1F*fHistPullEtMissMag_had
TH1F*fHistPullEtMissPhi
TH1F*fHistPullEtMissPhi_had
TH1F*fHistPullJet1Eta
TH1F*fHistPullJet1Eta_had
TH1F*fHistPullJet1Phi
TH1F*fHistPullJet1Phi_had
TH1F*fHistPullJet1Pt
TH1F*fHistPullJet1Pt_had
TH1F*fHistPullJet2Eta
TH1F*fHistPullJet2Eta_had
TH1F*fHistPullJet2Phi
TH1F*fHistPullJet2Phi_had
TH1F*fHistPullJet2Pt
TH1F*fHistPullJet2Pt_had
TH1F*fHistPullMuonEta
TH1F*fHistPullMuonEta_had
TH1F*fHistPullMuonPhi
TH1F*fHistPullMuonPhi_had
TH1F*fHistPullMuonPt
TH1F*fHistPullMuonPt_had
TH1F*fHistResidualBJetEta
TH1F*fHistResidualBJetEta_had
TH1F*fHistResidualBJetPhi
TH1F*fHistResidualBJetPhi_had
TH1F*fHistResidualBJetPt
TH1F*fHistResidualBJetPt_had
TH1F*fHistResidualElecEta
TH1F*fHistResidualElecPhi
TH1F*fHistResidualElecPt
TH1F*fHistResidualEtMissMag
TH1F*fHistResidualEtMissPhi
TH1F*fHistResidualJet1Eta
TH1F*fHistResidualJet1Eta_had
TH1F*fHistResidualJet1Phi
TH1F*fHistResidualJet1Phi_had
TH1F*fHistResidualJet1Pt
TH1F*fHistResidualJet1Pt_had
TH1F*fHistResidualJet2Eta
TH1F*fHistResidualJet2Eta_had
TH1F*fHistResidualJet2Phi
TH1F*fHistResidualJet2Phi_had
TH1F*fHistResidualJet2Pt
TH1F*fHistResidualJet2Pt_had
TH1F*fHistResidualMuonEta
TH1F*fHistResidualMuonPhi
TH1F*fHistResidualMuonPt
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_cells_lept
TH1F*fHistSignalLeptonEta_after_hadr
TH1F*fHistSignalLeptonEta_after_hadr_cells
TH1F*fHistSignalLeptonEta_after_lept
TH1F*fHistSignalLeptonEta_before_cells_hadr
TH1F*fHistSignalLeptonEta_before_cells_lept
TH1F*fHistSignalLeptonEta_before_hadr
TH1F*fHistSignalLeptonEta_before_lept
TH1F*fHistSignalLeptonPhi_after_hadr
TH1F*fHistSignalLeptonPhi_after_lept
TH1F*fHistSignalLeptonPhi_before_hadr
TH1F*fHistSignalLeptonPhi_before_lept
TH1F*fHistSignalLeptonPt_after_hadr
TH1F*fHistSignalLeptonPt_after_lept
TH1F*fHistSignalLeptonPt_before_hadr
TH1F*fHistSignalLeptonPt_before_lept
TH1F*fHistSignalLepton_etaEta of leading signal lepton
TH1F*fHistSignalLepton_eta_btag
TH1F*fHistSignalLepton_eta_btag_cells
TH1F*fHistSignalLepton_eta_cells
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_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*fHistSumEt
TH1F*fHistSumEt_before_hadr
TH1F*fHistSumEt_before_lept
TH1F*fHistSumEt_pretagSumEt pretag
TH1F*fHistSumEt_tagSumEt tagH
TH1F*fHistTotalYield_allCutsTotal weighted yield after all cuts
TH1F*fHistTotalYield_allCuts_cut20Total weighted yield after all cuts
TH1F*fHistTotalYield_allCuts_cut30Total weighted yield after all cuts
TH1F*fHistTotalYield_allCuts_cut40Total weighted yield after all cuts
TH1F*fHistTotalYield_allCuts_cut50Total weighted yield after all cuts
TH1F*fHistTotalYield_allCuts_cut60Total weighted yield after all cuts
TH1F*fHistTotalYield_p10WtPt
TH1F*fHistW_Mt_QCDValidation_pretagtransverse mass lept-etmiss for qcd validation plot - pretag
TH1F*fHistW_Mt_QCDValidation_tagtransverse mass lept-etmiss for qcd validation plot - tag
TH1F*fHistWtSystem_rolled_TopEta_slicedrolled wrt top eta - coarse binning
TH1F*fHistWtSystem_rolled_TopEta_sliced_finerolled wrt top eta - fine binning
TH1F*fHistWtSystem_rolled_TopEta_sliced_fine_morerolled wrt top eta - fine binning
TH1F*fHistWtSystem_rolled_TopEta_sliced_lessrolled wrt top eta - coarse binning
TH1F*fHistWtSystem_rolled_TopEta_sliced_morerolled wrt top eta - coarse binning
TH2F*fHistWtSystem_vs_TopEta_sliced2D coarse binning
TH2F*fHistWtSystem_vs_TopEta_sliced_fine2D fine binning
TH2F*fHistWtSystem_vs_TopEta_sliced_fine_more2D fine binning
TH2F*fHistWtSystem_vs_TopEta_sliced_less2D coarse binning
TH2F*fHistWtSystem_vs_TopEta_sliced_more2D coarse binning
TH2F*fHist_Chi2_LeptHadrComp
TH1F*fHist_EtaTop_nocut
TH1I*fHist_HFOR_flag_pretagtop_hfor_flag for use by wjets flavour reweighting tool
TH2F*fHist_HadronicTopChi2Prob_vs_M_invar_W2D: chi-square probability vs invariant mass of W-boson
TH2F*fHist_HadronicTopChi2Prob_vs_M_invar_W_cut2D: chi-square probability vs invariant mass of W-boson
TH2F*fHist_HadronicTopChi2Prob_vs_M_invar_top2D: chi-square probability vs invariant mass of top-quark
TH2F*fHist_HadronicTopChi2Prob_vs_M_invar_top_cut2D: chi-square probability vs invariant mass of top-quark
TH1F*fHist_HadronicTop_ChargedLepton_etaeta of Charged Lepton in hadronic top decays
TH1F*fHist_HadronicTop_ChargedLepton_phiphi of Charged Lepton in hadronic top decays
TH1F*fHist_HadronicTop_ChargedLepton_ptpt of Charged Lepton in hadronic top decays
TH1F*fHist_HadronicTop_EtMiss_magEtMiss in hadronic top decays
TH1F*fHist_HadronicTop_EtMiss_phiphi of EtMiss in hadronic top decays
TH1F*fHist_HadronicTop_electron_etaeta of electron in hadronic top decays
TH1F*fHist_HadronicTop_electron_phiphi of electron in hadronic top decays
TH1F*fHist_HadronicTop_electron_ptpt of electron in hadronic top decays
TH1F*fHist_HadronicTop_muon_etaeta of muon in hadronic top decays
TH1F*fHist_HadronicTop_muon_phiphi of muon in hadronic top decays
TH1F*fHist_HadronicTop_muon_ptpt of muon in hadronic top decays
TH1F*fHist_KinFit_KinFitterStatus_HadronicTop
TH1F*fHist_KinFit_KinFitterStatus_LeptonicTop
TH1F*fHist_KinFit_NbFitsConverged_HadronicTopNumber of fits converged
TH1F*fHist_KinFit_NbFitsConverged_LeptonicTopNumber of fits converged
TH1F*fHist_KinFit_NbFitsFailedNumerically_HadronicTopNumber of fits failing numerically (1 or more matrix inversions fail)
TH1F*fHist_KinFit_NbFitsFailedNumerically_LeptonicTopNumber of fits failing numerically (1 or more matrix inversions fail)
TH1F*fHist_KinFit_NbFitsNotConverged_HadronicTopNumber of fits not converged
TH1F*fHist_KinFit_NbFitsNotConverged_LeptonicTopNumber of fits not converged
TH1F*fHist_KinFit_NbIterHadronicTop
TH1F*fHist_KinFit_NbIterLeptonicTop
TH2F*fHist_LeptonicTopChi2Prob_vs_M_invar_W2D: chi-square probability vs invariant mass of W-boson
TH2F*fHist_LeptonicTopChi2Prob_vs_M_invar_W_cut2D: chi-square probability vs invariant mass of W-boson
TH2F*fHist_LeptonicTopChi2Prob_vs_M_invar_top2D: chi-square probability vs invariant mass of top-quark
TH2F*fHist_LeptonicTopChi2Prob_vs_M_invar_top_cut2D: chi-square probability vs invariant mass of top-quark
TH2F*fHist_PValue_LeptHadrComp
TH1F*fHist_PtTop_nocut
TH1F*fHist_W_hadr_notop_reco_MReconstructed invariant mass of that W (all leptons)
TH1F*fHist_W_hadr_notop_reco_M_eReconstructed invariant mass of that W
TH1F*fHist_W_hadr_notop_reco_M_minusReconstructed invariant mass of the W
TH1F*fHist_W_hadr_notop_reco_M_muReconstructed invariant mass of that W
TH1F*fHist_W_hadr_notop_reco_M_plusReconstructed invariant mass of the W
TH1F*fHist_W_hadr_notop_reco_MtReconstructed invariant transverse mass of the associated
TH1F*fHist_W_hadr_notop_reco_Mt_eReconstructed invariant transverse mass of the associated
TH1F*fHist_W_hadr_notop_reco_Mt_e_minusReconstructed invariant transverse mass of the W decaying into e-
TH1F*fHist_W_hadr_notop_reco_Mt_e_plusReconstructed invariant transverse mass of the W decaying into e+
TH1F*fHist_W_hadr_notop_reco_Mt_minusReconstructed invariant transverse mass of the W
TH1F*fHist_W_hadr_notop_reco_Mt_muReconstructed invariant transverse mass of the associated
TH1F*fHist_W_hadr_notop_reco_Mt_mu_minusReconstructed invariant transverse mass of the W decaying into mu-
TH1F*fHist_W_hadr_notop_reco_Mt_mu_plusReconstructed invariant transverse mass of the W decaying into mu+
TH1F*fHist_W_hadr_notop_reco_Mt_plusReconstructed invariant transverse mass of the W
TH1F*fHist_W_hadr_notop_reco_etaReconstructed pseudorapidity of that W (all leptons)
TH1F*fHist_W_hadr_notop_reco_eta_minusReconstructed eta of the W (all negative sign leptons)
TH1F*fHist_W_hadr_notop_reco_eta_plusReconstructed eta of the W (all positive sign leptons)
TH1F*fHist_W_hadr_notop_reco_phiReconstructed azimuth angle of that W (all leptons)
TH1F*fHist_W_hadr_notop_reco_phi_eReconstructed azimuth angle of that W
TH1F*fHist_W_hadr_notop_reco_phi_e_minusReconstructed azimuth angle of the (real) W decaying into e-
TH1F*fHist_W_hadr_notop_reco_phi_e_plusReconstructed azimuth angle of the (real) W decaying into e+
TH1F*fHist_W_hadr_notop_reco_phi_minusReconstructed azimuth angle of the W (all negative sign leptons)
TH1F*fHist_W_hadr_notop_reco_phi_muReconstructed azimuth angle of that W
TH1F*fHist_W_hadr_notop_reco_phi_mu_minusReconstructed azimuth angle of the W decaying into mu-
TH1F*fHist_W_hadr_notop_reco_phi_mu_plusReconstructed azimuth angle of the W decaying into mu+
TH1F*fHist_W_hadr_notop_reco_phi_plusReconstructed azimuth angle of the W (all positive sign leptons)
TH1F*fHist_W_hadr_notop_reco_ptReconstructed pt of that W (all leptons)
TH1F*fHist_W_hadr_notop_reco_pt_eReconstructed Pt of that W
TH1F*fHist_W_hadr_notop_reco_pt_e_minusReconstructed Pt of the W decaying into e-
TH1F*fHist_W_hadr_notop_reco_pt_e_plusReconstructed Pt of the W decaying into e+
TH1F*fHist_W_hadr_notop_reco_pt_minusReconstructed transverse momentum of the W (all negative sign leptons)
TH1F*fHist_W_hadr_notop_reco_pt_muReconstructed Pt of that W
TH1F*fHist_W_hadr_notop_reco_pt_mu_minusReconstructed Pt of the W decaying into mu-
TH1F*fHist_W_hadr_notop_reco_pt_mu_plusReconstructed Pt of the W decaying into mu+
TH1F*fHist_W_hadr_notop_reco_pt_plusReconstructed Pt of the W (all positive sign leptons)
TH1F*fHist_W_hadr_notop_reco_rapReconstructed y of that W (all leptons)
TH1F*fHist_W_hadr_notop_reco_rap_eReconstructed rapidity of that W
TH1F*fHist_W_hadr_notop_reco_rap_minusReconstructed y of the W (all negative sign leptons)
TH1F*fHist_W_hadr_notop_reco_rap_muReconstructed rapidity of that W
TH1F*fHist_W_hadr_notop_reco_rap_plusReconstructed y of the W (all positive sign leptons)
TH1F*fHist_W_hadr_top_reco_MReconstructed invariant mass of the W (all leptons)
TH1F*fHist_W_hadr_top_reco_M_eReconstructed invariant mass of the hadronic W coming from the
TH1F*fHist_W_hadr_top_reco_M_muReconstructed invariant mass of the Wc oming from the
TH1F*fHist_W_hadr_top_reco_MtReconstructed invariant transverse mass of the hadronic W
TH1F*fHist_W_hadr_top_reco_Mt_eReconstructed invariant transverse mass of the hadronic W
TH1F*fHist_W_hadr_top_reco_Mt_muReconstructed invariant transverse mass of the hadronic W
TH2F*fHist_W_hadr_top_reco_comp_MChi2
TH2F*fHist_W_hadr_top_reco_comp_MChi2_after
TH2F*fHist_W_hadr_top_reco_comp_MPChi2
TH2F*fHist_W_hadr_top_reco_comp_MPChi2_after
TH2F*fHist_W_hadr_top_reco_comp_Metabjet
TH2F*fHist_W_hadr_top_reco_comp_Metajet1
TH2F*fHist_W_hadr_top_reco_comp_Metajet2
TH2F*fHist_W_hadr_top_reco_comp_Mptbjet
TH2F*fHist_W_hadr_top_reco_comp_Mptjet1
TH2F*fHist_W_hadr_top_reco_comp_Mptjet2
TH2F*fHist_W_hadr_top_reco_comp_chi2etabjet
TH2F*fHist_W_hadr_top_reco_comp_chi2etajet1
TH2F*fHist_W_hadr_top_reco_comp_chi2etajet2
TH2F*fHist_W_hadr_top_reco_comp_chi2ptbjet
TH2F*fHist_W_hadr_top_reco_comp_chi2ptjet1
TH2F*fHist_W_hadr_top_reco_comp_chi2ptjet2
TH1F*fHist_W_hadr_top_reco_etaReconstructed pseudorapidity of the W (all leptons)
TH1F*fHist_W_hadr_top_reco_eta_eReconstructed eta of the hadronic W
TH1F*fHist_W_hadr_top_reco_eta_muReconstructed eta of the hadronic W
TH1F*fHist_W_hadr_top_reco_phiReconstructed azimuth angle of the W (all leptons)
TH1F*fHist_W_hadr_top_reco_phi_eReconstructed azimuth angle of the hadronic W
TH1F*fHist_W_hadr_top_reco_phi_muReconstructed azimuth angle of the hadronic W
TH1F*fHist_W_hadr_top_reco_ptReconstructed pt of the W (all leptons)
TH1F*fHist_W_hadr_top_reco_pt_eReconstructed transverse momentum of the hadronic W
TH1F*fHist_W_hadr_top_reco_pt_muReconstructed Pt of the hadronic W
TH1F*fHist_W_hadr_top_reco_rapReconstructed y of the W (all leptons)
TH1F*fHist_W_hadr_top_reco_rap_eReconstructed y of the hadronic W
TH1F*fHist_W_hadr_top_reco_rap_muReconstructed y of the hadronic W
TH1F*fHist_W_lept_notop_reco_MtReconstructed invariant transverse mass of the W (all leptons)
TH1F*fHist_W_lept_notop_reco_Mt_eReconstructed invariant transverse mass of the W decaying
TH1F*fHist_W_lept_notop_reco_Mt_e_minusReconstructed invariant transverse mass of the W decaying into e-
TH1F*fHist_W_lept_notop_reco_Mt_e_plusReconstructed invariant transverse mass of the W decaying into e+
TH1F*fHist_W_lept_notop_reco_Mt_minusReconstructed invariant transverse mass of the W
TH1F*fHist_W_lept_notop_reco_Mt_muReconstructed invariant transverse mass of the W decaying into muons
TH1F*fHist_W_lept_notop_reco_Mt_mu_minusReconstructed invariant transverse mass of the W decaying into mu-
TH1F*fHist_W_lept_notop_reco_Mt_mu_plusReconstructed invariant transverse mass of the W decaying into mu+
TH1F*fHist_W_lept_notop_reco_Mt_plusReconstructed invariant transverse mass of the W
TH1F*fHist_W_lept_notop_reco_phiReconstructed azimuth angle of the W (all leptons)
TH1F*fHist_W_lept_notop_reco_phi_eReconstructed azimuth angle of the (real) W decaying into electrons
TH1F*fHist_W_lept_notop_reco_phi_e_minusReconstructed azimuth angle of the (real) W decaying into e-
TH1F*fHist_W_lept_notop_reco_phi_e_plusReconstructed azimuth angle of the (real) W decaying into e+
TH1F*fHist_W_lept_notop_reco_phi_minusReconstructed azimuth angle of the W (all negative sign leptons)
TH1F*fHist_W_lept_notop_reco_phi_muReconstructed azimuth angle of the W decaying into muons
TH1F*fHist_W_lept_notop_reco_phi_mu_minusReconstructed azimuth angle of the W decaying into mu-
TH1F*fHist_W_lept_notop_reco_phi_mu_plusReconstructed azimuth angle of the W decaying into mu+
TH1F*fHist_W_lept_notop_reco_phi_plusReconstructed azimuth angle of the W (all positive sign leptons)
TH1F*fHist_W_lept_notop_reco_ptReconstructed pt of the W (all leptons)
TH1F*fHist_W_lept_notop_reco_pt_eReconstructed Pt of the W decaying into electrons
TH1F*fHist_W_lept_notop_reco_pt_e_minusReconstructed Pt of the W decaying into e-
TH1F*fHist_W_lept_notop_reco_pt_e_plusReconstructed Pt of the W decaying into e+
TH1F*fHist_W_lept_notop_reco_pt_minusReconstructed y of the W (all negative sign leptons)
TH1F*fHist_W_lept_notop_reco_pt_muReconstructed Pt of the W decaying into muons
TH1F*fHist_W_lept_notop_reco_pt_mu_minusReconstructed Pt of the W decaying into mu-
TH1F*fHist_W_lept_notop_reco_pt_mu_plusReconstructed Pt of the W decaying into mu+
TH1F*fHist_W_lept_notop_reco_pt_plusReconstructed Pt of the W (all positive sign leptons)
TH1F*fHist_W_lept_top_reco_MReconstructed invariant mass of that W (all leptons)
TH1F*fHist_W_lept_top_reco_M_eReconstructed invariant mass of taht W
TH1F*fHist_W_lept_top_reco_M_e_minusReconstructed invariant mass of the W decaying into e-
TH1F*fHist_W_lept_top_reco_M_e_plusReconstructed invariant mass of the W decaying into e+
TH1F*fHist_W_lept_top_reco_M_minusReconstructed invariant mass of the leptonic W
TH1F*fHist_W_lept_top_reco_M_muReconstructed invariant mass of that W
TH1F*fHist_W_lept_top_reco_M_mu_minusReconstructed invariant mass of the W decaying into mu-
TH1F*fHist_W_lept_top_reco_M_mu_plusReconstructed invariant mass of the W decaying into mu+
TH1F*fHist_W_lept_top_reco_M_plusReconstructed invariant mass of the leptonic W
TH1F*fHist_W_lept_top_reco_MtReconstructed invariant transverse mass of the leptonic W
TH1F*fHist_W_lept_top_reco_Mt_eReconstructed invariant transverse mass of the leptonic W decaying
TH1F*fHist_W_lept_top_reco_Mt_e_minusReconstructed invariant transverse mass of the W decaying into e-
TH1F*fHist_W_lept_top_reco_Mt_e_plusReconstructed invariant transverse mass of the W decaying into e+
TH1F*fHist_W_lept_top_reco_Mt_minusReconstructed invariant transverse mass of the leptonic W
TH1F*fHist_W_lept_top_reco_Mt_muReconstructed invariant transverse mass of the W
TH1F*fHist_W_lept_top_reco_Mt_mu_minusReconstructed invariant transverse mass of the W decaying into mu-
TH1F*fHist_W_lept_top_reco_Mt_mu_plusReconstructed invariant transverse mass of the W decaying into mu+
TH1F*fHist_W_lept_top_reco_Mt_plusReconstructed invariant transverse mass of the leptonic W
TH1F*fHist_W_lept_top_reco_etaReconstructed Eta of that W (all leptons)
TH1F*fHist_W_lept_top_reco_eta_eReconstructed Eta of that W
TH1F*fHist_W_lept_top_reco_eta_e_minusReconstructed Eta of the W decaying into e-
TH1F*fHist_W_lept_top_reco_eta_e_plusReconstructed Eta of the W decaying into e+
TH1F*fHist_W_lept_top_reco_eta_minusReconstructed Eta of the leptonic W (all negative sign leptons)
TH1F*fHist_W_lept_top_reco_eta_muReconstructed Eta of that W
TH1F*fHist_W_lept_top_reco_eta_mu_minusReconstructed Eta of the W decaying into mu-
TH1F*fHist_W_lept_top_reco_eta_mu_plusReconstructed Eta of the W decaying into mu+
TH1F*fHist_W_lept_top_reco_eta_plusReconstructed Eta of the leptonic W (all positive sign leptons)
TH1F*fHist_W_lept_top_reco_phiReconstructed azimuth angle of that W (all leptons)
TH1F*fHist_W_lept_top_reco_phi_eReconstructed azimuth angle of that W
TH1F*fHist_W_lept_top_reco_phi_e_minusReconstructed azimuth angle of the (real) W decaying into e-
TH1F*fHist_W_lept_top_reco_phi_e_plusReconstructed azimuth angle of the (real) W decaying into e+
TH1F*fHist_W_lept_top_reco_phi_minusReconstructed azimuth angle of the leptonic W (all negative sign leptons)
TH1F*fHist_W_lept_top_reco_phi_muReconstructed azimuth angle of that W
TH1F*fHist_W_lept_top_reco_phi_mu_minusReconstructed azimuth angle of the W decaying into mu-
TH1F*fHist_W_lept_top_reco_phi_mu_plusReconstructed azimuth angle of the W decaying into mu+
TH1F*fHist_W_lept_top_reco_phi_plusReconstructed azimuth angle of the leptonic W (all positive sign leptons)
TH1F*fHist_W_lept_top_reco_ptReconstructed Pt of that W (all leptons)
TH1F*fHist_W_lept_top_reco_pt_eReconstructed Pt of that W
TH1F*fHist_W_lept_top_reco_pt_e_minusReconstructed Pt of the W decaying into e-
TH1F*fHist_W_lept_top_reco_pt_e_plusReconstructed Pt of the W decaying into e+
TH1F*fHist_W_lept_top_reco_pt_minusReconstructed Pt of the leptonic W (all negative sign leptons)
TH1F*fHist_W_lept_top_reco_pt_muReconstructed Pt of that W
TH1F*fHist_W_lept_top_reco_pt_mu_minusReconstructed Pt of the W decaying into mu-
TH1F*fHist_W_lept_top_reco_pt_mu_plusReconstructed Pt of the W decaying into mu+
TH1F*fHist_W_lept_top_reco_pt_plusReconstructed Pt of the leptonic W (all positive sign leptons)
TH1F*fHist_W_lept_top_reco_rapReconstructed y of that W (all leptons)
TH1F*fHist_W_lept_top_reco_rap_eReconstructed y of that W
TH1F*fHist_W_lept_top_reco_rap_e_minusReconstructed y of the (real) W decaying into e-
TH1F*fHist_W_lept_top_reco_rap_e_plusReconstructed y of the (real) W decaying into e+
TH1F*fHist_W_lept_top_reco_rap_minusReconstructed y of the leptonic W (all negative sign leptons)
TH1F*fHist_W_lept_top_reco_rap_muReconstructed y of that W
TH1F*fHist_W_lept_top_reco_rap_mu_minusReconstructed y of the W decaying into mu-
TH1F*fHist_W_lept_top_reco_rap_mu_plusReconstructed y of the W decaying into mu+
TH1F*fHist_W_lept_top_reco_rap_plusReconstructed y of the leptonic W (all positive sign leptons)
TH1F*fHist_WtSystem_PtReconstructed transverse momentum of the W+top system
TH1F*fHist_WtSystem_Pt_nocutReconstructed transverse momentum of the W+top system
TH2F*fHist_comp_MM
TH2F*fHist_comp_MM_after
TH2F*fHist_t_hadr_top_reco_comp_MChi2
TH2F*fHist_t_hadr_top_reco_comp_MChi2_after
TH2F*fHist_t_hadr_top_reco_comp_MPChi2
TH2F*fHist_t_hadr_top_reco_comp_MPChi2_after
AtlJet*fJet11st Jet candidate from W boson
TLorentzVector*fJet1HadronicKinFitmomentum 4 vector of reco. KinFitter jet1,
TLorentzVector*fJet1LeptonicKinFitmomentum 4 vector of reco. KinFitter jet1,
AtlJet*fJet1_had1st Jet candidate from W boson
AtlJet*fJet22nd Jet candidate from W boson
TLorentzVector*fJet2HadronicKinFitmomentum 4 vector of reco. KinFitter jet2,
TLorentzVector*fJet2LeptonicKinFitmomentum 4 vector of reco. KinFitter jet2,
AtlJet*fJet2_had2nd Jet candidate from W boson
TList*fJetsList of all jets
TKinFitter*fKinFitter_HadronicTopKinFitter object for reco of hadron. top
HepParticle*fLeptonCurrent lepton used as input for the fit
TLorentzVector*fLeptonHadronicKinFitmomentum 4 vector of reco. KinFitter Charged lepton
TLorentzVector*fLeptonLeptonicKinFitmomentum 4 vector of reco. KinFitter Charged lepton
TList*fLeptonsMerged list of electrons and muons
TVector2fMETMissingEt of current event
Float_tfMET_MagMagnitude of MissingEt of current event
Float_tfMET_PhiPhi of MissingEt of current event
Float_tfMassConstraintParameterAllmass term
Float_tfMassConstraintParameterTopmass term of top quark
Float_tfMassConstraintParameterWnoTopmass term of W boson
Float_tfMassConstraintParameterWtopmass term of W boson
Int_tfNDoFWhadNo. of D.o.F. of hadronic W kinematic fit
Int_tfNJetsnumber of jets in generic list
Int_tfN_Converged_hadrNo. of fits that DID converge in this event
Int_tfN_Converged_leptNo. of fits that DID converge in this event
Int_tfN_FailNumeric_hadrNo. of fits that failed numerically in this event
Int_tfN_FailNumeric_leptNo. of fits that failed numerically in this event
Int_tfN_NotConverged_hadrNo. of fits that did not converge in this event
Int_tfN_NotConverged_leptNo. 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
TLorentzVector*fNeutrinoHadronicKinFitmomentum 4 vector of reco. KinFitter Neutrino
TLorentzVector*fNeutrinoLeptonicKinFitmomentum 4 vector of reco. KinFitter Neutrino
ofstreamfOutwrite text file with event info for acceptance challenges
Float_tfPullBJetEtaPull of Bjet eta
Float_tfPullBJetEta_hadPull of Bjet eta
Float_tfPullBJetPhiPull of Bjet phi
Float_tfPullBJetPhi_hadPull of Bjet phi
Float_tfPullBJetPtPull of Bjet Pt
Float_tfPullBJetPt_hadPull of Bjet Pt
Float_tfPullEtMissMagPull of missing Et magnitude
Float_tfPullEtMissMag_hadPull of missing Et magnitude
Float_tfPullEtMissPhiPull of missing Et phi
Float_tfPullEtMissPhi_hadPull of missing Et phi
Float_tfPullJet1EtaPull of jet1 eta
Float_tfPullJet1Eta_hadPull of jet1 eta
Float_tfPullJet1PhiPull of jet1 phi
Float_tfPullJet1Phi_hadPull of jet1 phi
Float_tfPullJet1PtPull of jet1 Pt
Float_tfPullJet1Pt_hadPull of jet1 Pt
Float_tfPullJet2EtaPull of jet2 eta
Float_tfPullJet2Eta_hadPull of jet2 eta
Float_tfPullJet2PhiPull of jet2 phi
Float_tfPullJet2Phi_hadPull of jet2 phi
Float_tfPullJet2PtPull of jet2 Pt
Float_tfPullJet2Pt_hadPull of jet2 Pt
Float_tfPullLeptonEtaPull of lepton eta
Float_tfPullLeptonEta_hadPull of lepton eta
Float_tfPullLeptonPhiPull of lepton phi
Float_tfPullLeptonPhi_hadPull of lepton phi
Float_tfPullLeptonPtPull of lepton Pt
Float_tfPullLeptonPt_hadPull of lepton Pt
Float_tfResidualBJetEtaResidual of Bjet eta
Float_tfResidualBJetEta_hadrResidual of Bjet eta
Float_tfResidualBJetPhiResidual of Bjet phi
Float_tfResidualBJetPhi_hadrResidual of Bjet phi
Float_tfResidualBJetPtResidual of Bjet Pt
Float_tfResidualBJetPt_hadrResidual of Bjet Pt
Float_tfResidualEtMissMagResidual of missing Et magnitude
Float_tfResidualEtMissMag_hadrResidual of missing Et magnitude
Float_tfResidualEtMissPhiResidual of missing Et phi
Float_tfResidualEtMissPhi_hadrResidual of missing Et phi
Float_tfResidualJet1EtaResidual of jet1 eta
Float_tfResidualJet1Eta_hadrResidual of jet1 eta
Float_tfResidualJet1PhiResidual of jet1 phi
Float_tfResidualJet1Phi_hadrResidual of jet1 phi
Float_tfResidualJet1PtResidual of jet1 Pt
Float_tfResidualJet1Pt_hadrResidual of jet1 Pt
Float_tfResidualJet2EtaResidual of jet2 eta
Float_tfResidualJet2Eta_hadrResidual of jet2 eta
Float_tfResidualJet2PhiResidual of jet2 phi
Float_tfResidualJet2Phi_hadrResidual of jet2 phi
Float_tfResidualJet2PtResidual of jet2 Pt
Float_tfResidualJet2Pt_hadrResidual of jet2 Pt
Float_tfResidualLeptonEtaResidual of lepton eta
Float_tfResidualLeptonEta_hadrResidual of lepton eta
Float_tfResidualLeptonPhiResidual of lepton phi
Float_tfResidualLeptonPhi_hadrResidual of lepton phi
Float_tfResidualLeptonPtResidual of lepton Pt
Float_tfResidualLeptonPt_hadrResidual of lepton Pt
HepMCParticle*fTrueBQuark
HepMCParticle*fTrueChargedLepton
HepMCParticle*fTrueNeutrino
HepMCParticle*fTrueWQuark1
HepMCParticle*fTrueWQuark2
TList*fWhadJetsList of jets for hadronic W reconstruction
static const char*fgStatusNames[2147483647]Status strings from KinFitter object
TH1F*fhist_fCosPhiAngleAssociateWTop
TH1F*fhist_fCosPhiAngleAssociateWW
TH1F*fhist_fCosPhiAngleWTop
TH1F*fhist_fCosThetaStar1_LeptTop
TH1F*fhist_fCosThetaStar2_LeptTop
TH1F*fhist_fCosThetaStarLeptNeutrino_LeptTop
TH1F*fhist_fLogBest
TH1F*fhist_fLogBest1
TH1F*fhist_fLogBest2
TH1F*fhist_fLogBest3
TH1F*fhist_fLogBest_logscale
TH1F*fhist_fLogBestlast
TH1F*fhist_fLogHadr
TH1F*fhist_fLogHadr_logscale
TH1F*fhist_fLogLept
TH1F*fhist_fLogLept_logscale
TH1F*fhist_fLogPWtAsymmetry
TH1F*fhist_fLogPWtAsymmetry_logscale
TH1F*fhist_fLogPWtDiff
TH1F*fhist_fLogPWtDiff_logscale
TH1F*fhist_fLogPWtRatio
TH1F*fhist_fLogPWtRatio_logscale
TH1F*fhist_fLogPWtSum
TH1F*fhist_fLogPWtSum_logscale
TH1F*fhist_fPWtAsymmetry
TH1F*fhist_fPWtAsymmetry_logscale
TH1F*fhist_fPWtDiff
TH1F*fhist_fPWtDiff_logscale
TH1F*fhist_fPWtRatio
TH1F*fhist_fPWtRatio_logscale
TH1F*fhist_fPWtSum
TH1F*fhist_fPWtSum_logscale
TH1F*fhist_fTopFrameCosThetaStarWb_LeptTop
TH1F*fhist_fTopFrameCosThetaStar_DeltaWtop_btop
TH1F*fhist_fWFrameCosThetaStar_DeltaWtop_bW
Int_tn_eta_slices
Int_tn_eta_slices_more
Int_tnbins_pt_coarse
Int_tnbins_pt_fine
Float_tpT_System
TVector2p_System

Class Charts

Inheritance Chart:
TObject
TNamed
AtlAnalysisTool
AtlKinFitterTool
AtlSgTop_WtChannelFinder

Function documentation

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

~AtlSgTop_WtChannelFinder()
 Default destructor

void SetBranchStatus()
 Switch on needed branches

void BookHistograms()
 Book reconstruction histograms

 Initialize text file for acceptance challenge output
void CommonHistograms()
void LeptonicTopHistograms()
void HadronicTopHistograms()
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 ReconstructionKinFit()
 Single-top Wt-channel event reconstruction (semi-leptonic),
 no additional jets so far, LO process

 Actually this means two channels:
   1) leptonic top decay, associated W decays hadronically
   2) hadronic top decay, associated W decays leptonically

 in general:

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

 regarding the 1st case:

    - loop over all b jets and perform the reconstruction of the leptonic
      top decay -> chi^2_top
    - for every such combination loop over all pairs of further jets
      and try to reconstruct the associated W -> chi^2_W
    - try to reconstruct a hadronic top decay from the jet list except
      the already used b jet, for successfull reconstruction: don't choose
      this event (ttbar background)
    - if ttbar hypothesis is not accepted:
      chi^2 = chi^2_top + chi^2_W, choose combination with smallest
      chi^2 as a candidate

 regarding the 2nd case:

    - reconstruct hadronic top decay from one b jet
      and two other jets -> chi^2
    - again use a ttbar veto:
      try to reconstruct a leptonic ttbar decay from
      the lepton, the neutrino (missing ET) and one further jet,
      again for successfull reconstruction: don't choose
      this event
    - if ttbar hypothesis is not accepted:
      choose combination with the best chi^2

 then: choose combination with the overall best
 chi^2 probability as a candidate

void LeptonicTopKinFitReco()
void HadronicTopKinFitReco()
void DoLeptonicTopFit()
 Perform the kinematic fit for the current charged lepton,
 neutrino, b-jet, jet1 and jet2 combination

 the hypothesis is t -> lepton, neutrino, b-jet
 and associated W -> jet1, jet2

void DoHadronicTopFit()
 Perform the kinematic fit for the current
 b-jet, jet1 and jet2 combination

 the hypothesis is t -> bjet, Whad and
 Whad -> jet1, jet2

Int_t GetDecayChannel()
 function to decide whether
 the reconstruction results in a Wt-event
 with leptonic top decay -> return 1
 with hadronic top decay -> return 2
 with no successfull Wt reconstruction
 or a better reconstruction of the ttbar
 hypothesis -> return 0

 decision is made with the help of
 chi^2 probability

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

void FillHistograms()
 Fill histograms

 This method will be called only for events surviving the
 AnalyzeEvent() routine

void SetCutDefaults()
 Selection cut defaults

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

 Close output text file for acceptance challenges
void Print() const
 Prints chosen parameter settings for the finder tool to
 standard output

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

void BookJetHistograms()
 Book jet histograms

void FillJetHistograms()
 Fill jet histograms

void FillBJetHistograms()
 Fill b-jet histograms

void FillNonBJetHistograms()
 Fill non-b-jet histograms

void FillLeptonHistograms()
 Fill lepton histograms

void FillLeptonHistograms_BTag()
 Fill lepton histograms

void FillJetHistograms_BTag()
 Fill jet histograms

void FillBJetHistograms_BTag()
 Fill b-jet histograms

void FillNonBJetHistograms_BTag()
 Fill non-b-jet histograms

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

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

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

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

void BookJetHistograms_BTag()
 Book jet histograms

AtlSgTop_WtChannelFinder(const char* name, const char* title)
void SetLeptons(TList* list)
{ fLeptons = list; }
void SetJets(TList* list)
{ fJets = list; }
void SetEtmiss(TVector2 met)
{ fMET = met; }
void FillComparisonHistograms()
Bool_t ApplyTTbarVeto(Double_t chi2probMin, AtlJet* BestBJet)
Int_t GetTrueDecayChannel()