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

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

26 {
27 return ev.read(is);
28}