46 TChain* outfit =
new TChain(
"outfit");
48 outfit->Add(s.c_str());
59 outfit->SetBranchAddress(
"Channel", &Channel);
60 outfit->SetBranchAddress(
"Slot", &Slot);
61 outfit->SetBranchAddress(
"FT", &FT);
62 outfit->SetBranchAddress(
"BarAC", &BarAC);
63 outfit->SetBranchAddress(
"PhysOCal", &PhysOCal);
76 Long64_t nentries = outfit->GetEntries();
77 for ( Int_t i = 0; i < nentries; i++ )
81 container->set(
id,gain,PhysOCal);
91 ATH_MSG_INFO (
"LArMphysOverMcalyFromTuple finalized!" );
93 return StatusCode::SUCCESS;
HWIdentifier channel_Id(int barrel_ec, int pos_neg, int feedthrough, int slot, int channel) const
create channel identifier from fields