ATLAS Offline Software
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 
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
36 
37 
TrigSuperRoi.h
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
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