ATLAS Offline Software
Loading...
Searching...
No Matches
FCALModule.cxx File Reference
#include "LArReadoutGeometry/FCALModule.h"
#include "LArReadoutGeometry/FCAL_ChannelMap.h"
#include "LArReadoutGeometry/FCALDetectorManager.h"
#include "GeoModelKernel/GeoVFullPhysVol.h"
#include "GeoModelKernel/GeoLogVol.h"
#include "GeoModelKernel/GeoShape.h"
#include "GeoModelKernel/GeoTubs.h"
#include "GeoModelUtilities/GeoAlignmentStore.h"
#include <algorithm>
Include dependency graph for FCALModule.cxx:

Go to the source code of this file.

Functions

bool operator< (unsigned int i, const FCALTile &t)
bool operator< (const FCALTile &t, unsigned int i)

Function Documentation

◆ operator<() [1/2]

bool operator< ( const FCALTile & t,
unsigned int i )

Definition at line 21 of file FCALModule.cxx.

21 {
22 return t.identify() < i;
23}

◆ operator<() [2/2]

bool operator< ( unsigned int i,
const FCALTile & t )

Definition at line 17 of file FCALModule.cxx.

17 {
18 return i < t.identify();
19}