ATLAS Offline Software
Loading...
Searching...
No Matches
ChargeDepParamPlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONHISTUTILS_CHARGEDEPPARAMPLOTS_H
6#define MUONHISTUTILS_CHARGEDEPPARAMPLOTS_H
7
10#include "xAODMuon/Muon.h"
11
12namespace Muon{
13
15 public:
16 ChargeDepParamPlots(PlotBase *pParent, const std::string& sDir, std::string sType);
17 //void fill(const xAOD::TrackParticle& trkprt);
18 void fill(const xAOD::Muon& mu,float weight=1.0);
19
20 TH1* q_times_eta{nullptr};
21 TH1* q_over_p{nullptr};
22 TH1* q_over_pt{nullptr};
23 TH1* qMS_times_qCB{nullptr};
24 TH1* qID_times_qCB{nullptr};
25
26 private:
27 void initializePlots();
28 std::string m_sType;
29};
30
31}
32
33#endif // MUONHISTUTILS_CHARGEDEPPARAMPLOTS_H
34
ChargeDepParamPlots(PlotBase *pParent, const std::string &sDir, std::string sType)
void fill(const xAOD::Muon &mu, float weight=1.0)
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Muon_v1 Muon
Reference the current persistent version: