ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_FillCablingData_SR1_ECC.cxx File Reference
#include "TRT_FillCablingData_SR1_ECC.h"
#include <fstream>
#include "eformat/SourceIdentifier.h"
#include "PathResolver/PathResolver.h"
Include dependency graph for TRT_FillCablingData_SR1_ECC.cxx:

Go to the source code of this file.

Functions

static bool greater_RG_GCM (const GlobalCableMap_t *a, const GlobalCableMap_t *b)
static bool greater_Phi_GCM (const GlobalCableMap_t *a, const GlobalCableMap_t *b)
static const InterfaceID IID_ITRT_FillCablingData_SR1_ECC ("TRT_FillCablingData_SR1_ECC", 1, 0)

Function Documentation

◆ greater_Phi_GCM()

bool greater_Phi_GCM ( const GlobalCableMap_t * a,
const GlobalCableMap_t * b )

Definition at line 1150 of file TRT_FillCablingData_SR1_ECC.cxx.

1151{
1152 return ( a->Phi > b->Phi );
1153}
static Double_t a

◆ greater_RG_GCM()

bool greater_RG_GCM ( const GlobalCableMap_t * a,
const GlobalCableMap_t * b )
static

Definition at line 1141 of file TRT_FillCablingData_SR1_ECC.cxx.

1142{
1143 return ( a->RODGroup > b->RODGroup );
1144}

◆ IID_ITRT_FillCablingData_SR1_ECC()

const InterfaceID IID_ITRT_FillCablingData_SR1_ECC ( "TRT_FillCablingData_SR1_ECC" ,
1 ,
0  )
static