Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Across the beam gap, the geometric numbering continues to increment even where there are not physically crystals present.

Accessing ECAL Channel Conditions in Java

Assuming that the conditions system has been setup properly beforehand, the ECAL channel conditions can be accessed in user code in the following way.

Code Block
themeEclipse
titleAccessing ECAL Channel Conditions
// Get ECAL conditions.
EcalConditions ecalConditions = ConditionsManager.defaultInstance().getCachedConditions(EcalConditions.class, TableConstants.ECAL_CONDITIONS).getCachedData();

// Get the list of EcalChannel objects.
EcalChannelCollection channels = ecalConditions.getChannelCollection();        

 

ECAL Channel Mapping Table Dump

...