ATLAS Offline Software
Trigger
TrigEvent
TrigSteeringEvent
src
TrigSuperRoi.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
//
5
// @file TrigSuperRoi.cxx
6
//
7
//
8
// @author M.Sutton
9
//
10
//
11
// $Id: TrigSuperRoi.cxx, v0.0 Thu 5 Dec 2013 16:13:43 CET sutt $
12
13
14
#include "
TrigSteeringEvent/TrigSuperRoi.h
"
15
16
17
TrigSuperRoi::TrigSuperRoi
(
bool
fullscan) :
18
TrigRoiDescriptor
(fullscan)
19
{
20
setComposite
(
true
);
21
}
22
23
TrigSuperRoi::TrigSuperRoi
(
double
eta
,
double
etaMinus,
double
etaPlus,
24
double
phi
,
double
phiMinus,
double
phiPlus,
25
double
zed,
double
zedMinus,
double
zedPlus) :
26
TrigRoiDescriptor
(
eta
, etaMinus, etaPlus,
27
phi
, phiMinus, phiPlus,
28
zed, zedMinus, zedPlus )
29
{
30
setComposite
(
true
);
31
}
32
33
34
// Destructor
35
TrigSuperRoi::~TrigSuperRoi
() { }
36
37
TrigSuperRoi.h
phi
Scalar phi() const
phi method
Definition:
AmgMatrixBasePlugin.h:67
eta
Scalar eta() const
pseudorapidity method
Definition:
AmgMatrixBasePlugin.h:83
TrigRoiDescriptor
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
Definition:
TrigRoiDescriptor.h:56
RoiDescriptor::setComposite
void setComposite(bool b=true)
Definition:
RoiDescriptor.h:138
TrigSuperRoi::TrigSuperRoi
TrigSuperRoi(bool fullscan=true)
default constructor
Definition:
TrigSuperRoi.cxx:17
TrigSuperRoi::~TrigSuperRoi
virtual ~TrigSuperRoi()
Definition:
TrigSuperRoi.cxx:35
Generated on Thu Nov 7 2024 21:30:09 for ATLAS Offline Software by
1.8.18