ATLAS Offline Software
Loading...
Searching...
No Matches
CaloJetInput.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#include <iostream>
8
9using namespace std;
10
12 unsigned int version,
13 const std::string& type,
14 int ptcut,
15 int phimin,
16 int phimax,
17 int etamin,
18 int etamax) :
20 m_Type( type ),
21 m_Ptcut( ptcut ),
26{
29}
30
39
40
41void
42TrigConf::CaloJetInput::print(const std::string& indent, unsigned int /*detail*/) const {
43
44 cout << indent << "-----------------------" << endl;
45 cout << indent << "id: " << id() << " Name: " << name() << " Version: " << version() << endl;
46 cout << indent << "Type: "<< m_Type << " ptcut: " << m_Ptcut << " phi_min: " << m_PhiMin
47 << " phi_max: " << m_PhiMax << " eta_min: " << m_EtaMin
48 << " eta_max: " << m_EtaMax << endl;
49}
const std::string & type() const
virtual void print(const std::string &indent="", unsigned int detail=1) const override
unsigned int id() const
std::ostream & indent(std::ostream &o, int lvl, int size) const
void setName(const std::string &name)
void setVersion(unsigned int version)
unsigned int version() const
STL namespace.