ATLAS Offline Software
Loading...
Searching...
No Matches
LArXTalkWeightGlobal.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7LArXTalkWeightGlobal::LArXTalkWeightGlobal(const std::vector<const LArXTalkWeight*>& vec){
8 m_vector.insert(m_vector.end(),vec.begin(),vec.end() );
9}
10
std::vector< size_t > vec
LArXTalkWeightGlobal(const std::vector< const LArXTalkWeight * > &)
std::vector< const LArXTalkWeight * > m_vector