ATLAS Offline Software
Loading...
Searching...
No Matches
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; }
QList< VP1Interval > allowedPhi
VP1Interval allowedEta

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: