StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StJetMaker
tracks
StjTrackPrint.h
1
// -*- mode: c++;-*-
2
// $Id: StjTrackPrint.h,v 1.1 2008/11/27 07:09:37 tai Exp $
3
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4
#ifndef STJTRACKPRINT_H
5
#define STJTRACKPRINT_H
6
7
#include <TObject.h>
8
9
#include "StjTrackList.h"
10
11
#include <fstream>
12
#include <string>
13
14
class
StjTrackPrint
:
public
TObject {
15
16
public
:
17
18
StjTrackPrint
() { }
19
virtual
~
StjTrackPrint
() { }
20
21
void
operator()(
const
StjTrackList& trackList);
22
23
private
:
24
25
void
print(
const
StjTrack
&
track
);
26
27
ClassDef(
StjTrackPrint
, 1)
28
29
};
30
31
#endif // STJTRACKPRINT_H
track
Definition:
MapTableTest.C:38
StjTrack
Definition:
StjTrackList.h:12
StjTrackPrint
Definition:
StjTrackPrint.h:14
Generated by
1.8.5