ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_FillCablingData_SR1.cxx File Reference
#include <fstream>
#include "eformat/SourceIdentifier.h"
#include "PathResolver/PathResolver.h"
#include "TRT_FillCablingData_SR1.h"
Include dependency graph for TRT_FillCablingData_SR1.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 ("TRT_FillCablingData_SR1", 1, 0)

Function Documentation

◆ greater_Phi_GCM()

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

Definition at line 1034 of file TRT_FillCablingData_SR1.cxx.

1035{
1036 return ( a->Phi > b->Phi );
1037}
static Double_t a

◆ greater_RG_GCM()

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

Definition at line 1025 of file TRT_FillCablingData_SR1.cxx.

1026{
1027 return ( a->RODGroup > b->RODGroup );
1028}

◆ IID_ITRT_FillCablingData_SR1()

const InterfaceID IID_ITRT_FillCablingData_SR1 ( "TRT_FillCablingData_SR1" ,
1 ,
0  )
static