ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
MitAna
/
TreeMod
/
src
/
Selector.cc
Revision:
1.1
Committed:
Mon Jun 23 10:54:03 2008 UTC
(16 years, 10 months ago) by
loizides
Content type:
text/plain
Branch:
MAIN
Log Message:
Added Selector.
File Contents
#
User
Rev
Content
1
loizides
1.1
// $Id: BaseMod.cc,v 1.1 2008/06/12 08:47:57 loizides Exp $
2
3
#include "MitAna/TreeMod/interface/Selector.h"
4
5
using namespace mithep;
6
7
ClassImp(mithep::Selector)
8
9
Selector::Selector()
10
{
11
}
12
13
Selector::~Selector()
14
{
15
}