ATLAS Offline Software
Loading...
Searching...
No Matches
CosmicEventParser.h File Reference
#include <iostream>
#include "CLHEP/Vector/ThreeVector.h"
#include "TruthUtils/ParticleConstants.h"
Include dependency graph for CosmicEventParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CosmicEventParser

Functions

std::istream & operator>> (std::istream &is, CosmicEventParser &ev)
std::ostream & operator<< (std::ostream &os, const CosmicEventParser &ev)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const CosmicEventParser & ev )

Definition at line 35 of file CosmicEventParser.h.

35 {
36 return ev.write(os);
37}
int ev
Definition globals.cxx:25

◆ operator>>()

std::istream & operator>> ( std::istream & is,
CosmicEventParser & ev )

Definition at line 31 of file CosmicEventParser.h.

31 {
32 return ev.read(is);
33}