1 #include <mensura/PECReader/Candidate.hpp>
2 #include <mensura/PECReader/CandidateWithID.hpp>
3 #include <mensura/PECReader/Lepton.hpp>
4 #include <mensura/PECReader/Muon.hpp>
5 #include <mensura/PECReader/Electron.hpp>
6 #include <mensura/PECReader/Jet.hpp>
7 #include <mensura/PECReader/GenParticle.hpp>
8 #include <mensura/PECReader/GenJet.hpp>
9 #include <mensura/PECReader/ShowerParton.hpp>
11 #include <mensura/PECReader/EventID.hpp>
12 #include <mensura/PECReader/PileUpInfo.hpp>
13 #include <mensura/PECReader/GeneratorInfo.hpp>
19 template class std::vector<pec::Candidate>;
20 template class std::vector<pec::CandidateWithID>;
21 template class std::vector<pec::Lepton>;
22 template class std::vector<pec::Muon>;
23 template class std::vector<pec::Electron>;
24 template class std::vector<pec::Jet>;
25 template class std::vector<pec::GenParticle>;
26 template class std::vector<pec::GenJet>;
27 template class std::vector<pec::ShowerParton>;