ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRingerRings_v1.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
6// Create by: joao.victor.da.fonseca.pinto@cern.ch, 2014-10-17
7#ifndef XAODTRIGRINGER_VERSIONS_TRIGRINGERRINGS_V1_H
8#define XAODTRIGRINGER_VERSIONS_TRIGRINGERRINGS_V1_H
9
10// System include(s):
11extern "C" {
12 #include <stdint.h>
13}
14
15// xAOD include(s):
17#include <vector>
18//#include "CLIDSvc/CLASS_DEF.h"
19//#include "GaudiKernel/MsgStream.h"
20
21namespace xAOD{
23
24 public:
25
30
32 const std::vector< float >& rings() const;
33 long RoIword() const; // hold the roi word
34
35 void setRings(const std::vector<float> &r);
36 void setRoiWord(long w);
37 unsigned size() const;
38
39 };
40} // namespace xAOD
41
42
43#include "xAODCore/BaseInfo.h"
45
46#endif
Base class for elements of a container that can have aux data.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
TrigRingerRings_v1()
Class default constructor.
const std::vector< float > & rings() const
Acessor methods.
void setRings(const std::vector< float > &r)
int r
Definition globals.cxx:22
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.