BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
CosmicEventParser.h File Reference
#include "CLHEP/Vector/LorentzVector.h"
#include "CLHEP/Vector/ThreeVector.h"
#include <iostream>

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 30 of file CosmicEventParser.h.

30 {
31 return ev.write( os );
32}

◆ operator>>()

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

Definition at line 28 of file CosmicEventParser.h.

28{ return ev.read( is ); }