ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/dhidas/OSUAnalysis/Tools/src/RecoObjects/Photon.cpp
Revision: 1.1.1.1 (vendor branch)
Committed: Thu Dec 1 16:28:48 2011 UTC (13 years, 5 months ago) by dhidas
Branch: dhidas, MAIN
CVS Tags: START, HEAD
Changes since 1.1: +0 -0 lines
Error occurred while calculating annotation data.
Log Message:
osu copy modified

File Contents

# Content
1 /*
2 * Photon.cpp
3 *
4 * Created on: 2 Jul 2010
5 * Author: kreczko
6 */
7
8 #include "../../interface/RecoObjects/Photon.h"
9
10 namespace BAT {
11
12 Photon::Photon() {
13 // TODO Auto-generated constructor stub
14
15 }
16
17 Photon::~Photon() {
18 // TODO Auto-generated destructor stub
19 }
20
21 }