39 return StatusCode::SUCCESS ;
52 outfit->Add(
s.c_str());
63 outfit->SetBranchAddress(
"channelId", &
channelId);
64 outfit->SetBranchAddress(
"FT", &
FT);
65 outfit->SetBranchAddress(
"slot", &slot);
66 outfit->SetBranchAddress(
"channel", &
channel);
67 outfit->SetBranchAddress(
"gain", &
gain);
69 outfit->SetBranchAddress(
"Tdiff", &tdiff);
72 outfit->SetBranchAddress(
"OFCBin", &
bin);
76 auto larOFCParams = std::make_unique<LArOFCBinComplete>();
79 auto larTdiffParams = std::make_unique<LArPhysCaliTdiffComplete>();
81 ATH_CHECK ( larTdiffParams->initialize() );
87 Long64_t
nentries = outfit->GetEntries();
123 ATH_MSG_INFO (
"LArOFCBin_PhysCaliTdiffFromStdNtuple finalized!" );
124 return StatusCode::SUCCESS;