ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/interface/PublisherMod.h
(Generate patch)

Comparing UserCode/MitAna/PhysicsMod/interface/PublisherMod.h (file contents):
Revision 1.7 by loizides, Tue May 12 18:41:40 2009 UTC vs.
Revision 1.9 by loizides, Mon Jun 15 15:00:16 2009 UTC

# Line 13 | Line 13
13   #ifndef MITANA_PHYSICSMOD_PUBLISHERMOD_H
14   #define MITANA_PHYSICSMOD_PUBLISHERMOD_H
15  
16 + #include "MitAna/DataCont/interface/Collection.h"
17 + #include "MitAna/DataCont/interface/ObjArray.h"
18   #include "MitAna/TreeMod/interface/BaseMod.h"
17 #include "MitAna/DataTree/interface/Collections.h"
19  
20   namespace mithep
21   {
# Line 93 | Line 94 | void mithep::PublisherMod<TIn, TOut>::Sl
94    ReqBranch(GetBranchName(), fColIn);
95  
96    if (fPublicName.IsNull())
97 <    fPublicName = fBranchName;
97 >    fPublicName = GetBranchName();
98  
99    if (!GetPubPerEvent()) {
100      fColOut = new mithep::ObjArray<TOut>(0, GetPublicName());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines