Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
<use name="FWCore/Framework"/>
<library file="CaloGeometryAnalyzer.cc" name="testCaloGeometryESProducer">
  <use name="rootgraphics"/>
  <use name="Geometry/Records"/>
  <use name="Geometry/EcalAlgo"/>
  <use name="Geometry/HcalTowerAlgo"/>
  <use name="CommonTools/UtilAlgos"/>
  <use name="Geometry/CaloGeometry"/>
  <use name="Geometry/CaloTopology"/>
  <use name="DataFormats/HcalDetId"/>
  <use name="DataFormats/EcalDetId"/>
  <flags EDM_PLUGIN="1"/>
</library>

<library file="DumpEcalTrigTowerMapping.cc" name="testEcalTrigTowerMappingSProducer">
  <use name="Geometry/Records"/>
  <use name="Geometry/CaloTopology"/>
  <use name="Geometry/CaloGeometry"/>
  <use name="DataFormats/HcalDetId"/>
  <use name="DataFormats/EcalDetId"/>
  <use name="rootgraphics"/>
  <flags EDM_PLUGIN="1"/>
</library>

<library file="TestEcalGetWindow.cc" name="testEcalGetWindow">
  <use name="Geometry/CaloTopology"/>
  <use name="rootgraphics"/>
  <use name="Geometry/Records"/>
  <use name="Geometry/CaloGeometry"/>
  <use name="DataFormats/HcalDetId"/>
  <use name="DataFormats/EcalDetId"/>
  <flags EDM_PLUGIN="1"/>
</library>

<library file="CaloAlignmentRcdRead.cc" name="CaloAlignmentRcdRead">
  <use name="Utilities/General"/>
  <use name="CondFormats/Alignment"/>
  <use name="CondFormats/AlignmentRecord"/>
  <flags EDM_PLUGIN="1"/>
</library>

<library file="CaloAlignmentRcdWrite.cc" name="CaloAlignmentRcdWrite">
  <use name="Utilities/General"/>
  <use name="CondCore/DBOutputService"/>
  <use name="CondFormats/Alignment"/>
  <use name="CondFormats/AlignmentRecord"/>
  <flags EDM_PLUGIN="1"/>
</library>

<library file="TestWriteESAlignments.cc" name="TestWriteESAlignments">
  <use name="Utilities/General"/>
  <use name="CondCore/DBOutputService"/>
  <use name="CondFormats/Alignment"/>
  <use name="CondFormats/AlignmentRecord"/>
  <use name="Geometry/EcalAlgo"/>
  <use name="Geometry/CaloGeometry"/>
  <use name="Geometry/Records"/>
  <flags EDM_PLUGIN="1"/>
</library>

<bin file="dumpEEIndices2D.cpp">
  <use name="rootgraphics"/>
  <use name="Geometry/CaloGeometry"/>
  <use name="DataFormats/HcalDetId"/>
  <use name="DataFormats/EcalDetId"/>
  <flags NO_TESTRUN="1"/>
</bin>