ATLAS Offline Software
Loading...
Searching...
No Matches
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
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}
size_type size() const noexcept
void print()
NAME: NeutrinoContainer.cxx Package : offline/PhysicsAnalysis/AnalysisCommon/ParticleEvent.