ATLAS Offline Software
PhysicsAnalysis
AnalysisCommon
ParticleEvent
src
NeutrinoContainer.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
16
// INCLUDE HEADER FILES:
17
18
#include "
ParticleEvent/NeutrinoContainer.h
"
19
#include "
ParticleEvent/Neutrino.h
"
20
#include <iomanip>
21
#include <iostream>
22
23
// END OF HEADER FILES INCLUDE
24
25
// print objects found in container
26
void
NeutrinoContainer::print
()
27
{
28
29
std::cout <<
"Number of Neutrino objects in container "
30
<< this->
size
() << std::endl;
31
32
33
}
NeutrinoContainer.h
NeutrinoContainer::print
void print()
NAME: NeutrinoContainer.cxx Package : offline/PhysicsAnalysis/AnalysisCommon/ParticleEvent.
Definition:
NeutrinoContainer.cxx:26
DataVector< Neutrino >::size
size_type size() const noexcept
Returns the number of elements in the collection.
Neutrino.h
Generated on Thu Nov 7 2024 21:22:50 for ATLAS Offline Software by
1.8.18