11#ifndef PHYSVALMONITORING_PHYSVALEXAMPLE_H
12#define PHYSVALMONITORING_PHYSVALEXAMPLE_H 1
18#include "GaudiKernel/ServiceHandle.h"
47 const std::string& name,
48 const IInterface* parent );
PhysVal::BTagPlots m_btagPlots
StatusCode book(PlotBase &plots)
PhysValExample(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
virtual StatusCode fillHistograms()
An inheriting class should either override this function or fillHists().
PhysVal::KinematicsPlots m_elecPlots
virtual ~PhysValExample()
Destructor:
PhysValExample()
Default constructor:
PhysVal::TrkAndVtxPlots m_trkvtxPlots
PhysVal::KinematicsPlots m_jetPlots
virtual StatusCode initialize()
PhysVal::KinematicsPlots m_muonPlots
PhysVal::METPlots m_metPlots
virtual StatusCode bookHistograms()
An inheriting class should either override this function or bookHists().
PhysVal::KinematicsPlots m_photonPlots
PhysVal::EventInfoPlots m_evtPlots
PhysVal::KinematicsPlots m_tauPlots
virtual StatusCode procHistograms()
An inheriting class should either override this function or finalHists().