CMS 3D CMS Logo

Functions | Variables
CoreSimTrack.cc File Reference
#include "SimDataFormats/Track/interface/CoreSimTrack.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const CoreSimTrack &t)
 

Variables

const float chg [109]
 
const float onethird = 1. / 3.
 
const float twothird = 2. / 3.
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const CoreSimTrack t 
)

Definition at line 69 of file CoreSimTrack.cc.

69  {
70  o << t.type() << ", ";
71  o << t.momentum();
72  return o;
73 }

References EcalTangentSkim_cfg::o, and OrderedSet::t.

Variable Documentation

◆ chg

const float chg[109]

◆ onethird

const float onethird = 1. / 3.

Definition at line 3 of file CoreSimTrack.cc.

◆ twothird

const float twothird = 2. / 3.

Definition at line 4 of file CoreSimTrack.cc.

EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
OrderedSet.t
t
Definition: OrderedSet.py:90
onethird
const float onethird
Definition: CoreSimTrack.cc:3
twothird
const float twothird
Definition: CoreSimTrack.cc:4