ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
VP1CC_GlobalCuts Class Reference

#include <VP1CaloCells.h>

Collaboration diagram for VP1CC_GlobalCuts:

Public Member Functions

bool operator== (const VP1CC_GlobalCuts &other) const
 

Public Attributes

bool sideA
 
bool sideC
 
VP1Interval allowedEta
 
QList< VP1IntervalallowedPhi
 
double clipRadius
 

Detailed Description

Definition at line 46 of file VP1CaloCells.h.

Member Function Documentation

◆ operator==()

bool VP1CC_GlobalCuts::operator== ( const VP1CC_GlobalCuts other) const
inline

Definition at line 50 of file VP1CaloCells.h.

50  {return sideA==other.sideA
51  && sideC==other.sideC
52  && allowedEta==other.allowedEta
53  && allowedPhi==other.allowedPhi; }

Member Data Documentation

◆ allowedEta

VP1Interval VP1CC_GlobalCuts::allowedEta

Definition at line 57 of file VP1CaloCells.h.

◆ allowedPhi

QList<VP1Interval> VP1CC_GlobalCuts::allowedPhi

Definition at line 58 of file VP1CaloCells.h.

◆ clipRadius

double VP1CC_GlobalCuts::clipRadius

Definition at line 59 of file VP1CaloCells.h.

◆ sideA

bool VP1CC_GlobalCuts::sideA

Definition at line 55 of file VP1CaloCells.h.

◆ sideC

bool VP1CC_GlobalCuts::sideC

Definition at line 56 of file VP1CaloCells.h.


The documentation for this class was generated from the following file:
VP1CC_GlobalCuts::allowedEta
VP1Interval allowedEta
Definition: VP1CaloCells.h:57
VP1CC_GlobalCuts::allowedPhi
QList< VP1Interval > allowedPhi
Definition: VP1CaloCells.h:58
VP1CC_GlobalCuts::sideA
bool sideA
Definition: VP1CaloCells.h:55
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
VP1CC_GlobalCuts::sideC
bool sideC
Definition: VP1CaloCells.h:56