ATLAS Offline Software
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 
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
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