5 #ifndef MUONCHAMBERT0S_CHAMBERT0S_H
6 #define MUONCHAMBERT0S_CHAMBERT0S_H
8 #include "Identifier/Identifier.h"
24 ChamberT0s(
const std::vector< std::pair < Identifier, float > >&
t0s ) ;
25 ChamberT0s( std::vector< std::pair < Identifier, float > >&&
t0s ) ;
47 const std::vector< std::pair < Identifier, float > >&
getAllT0s()
const;
50 std::vector< std::pair < Identifier, float > >
m_t0s;
54 std::vector< std::pair < Identifier, float > >::const_iterator
it
56 [&] (
const auto&
p) { return p.first == id; });
61 std::vector< std::pair < Identifier, float > >::const_iterator
it
63 [&] (
const auto&
p) { return p.first == id; });