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_Phi_GCM (const GlobalCableMap_t *a, const GlobalCableMap_t *b)

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}