Revision: | 1.1 |
Committed: | Wed Feb 1 14:56:27 2012 UTC (13 years, 3 months ago) by csander |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | V120523_CS, HEAD |
Log Message: | electrons and photons included |
# | User | Rev | Content |
---|---|---|---|
1 | csander | 1.1 | /* |
2 | * MyElectron.cpp | ||
3 | * | ||
4 | * Created on: Feb 1, 2012 | ||
5 | * Author: csander | ||
6 | */ | ||
7 | |||
8 | #include "MyElectron.h" | ||
9 | |||
10 | MyElectron::MyElectron() { | ||
11 | // TODO Auto-generated constructor stub | ||
12 | } | ||
13 | |||
14 | MyElectron::~MyElectron() { | ||
15 | // TODO Auto-generated destructor stub | ||
16 | } |