Skip to content

Commit

Permalink
Merge pull request #11680 from wmtan/ReplaceLinkDefInPhysicsToolsTagA…
Browse files Browse the repository at this point in the history
…ndProbe

Replace LinkDef file witl XML selection file in PhysicsTools/TagAndProbe
  • Loading branch information
davidlange6 committed Oct 26, 2015
2 parents 91d96e5 + f12b9c3 commit a7a0ed3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
25 changes: 0 additions & 25 deletions PhysicsTools/TagAndProbe/src/PhysicsToolsTagAndProbeLinkDef.h

This file was deleted.

9 changes: 9 additions & 0 deletions PhysicsTools/TagAndProbe/src/classes.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include "PhysicsTools/TagAndProbe/interface/RooCBExGaussShape.h"
#include "PhysicsTools/TagAndProbe/interface/ZGeneratorLineShape.h"
#include "PhysicsTools/TagAndProbe/interface/RooCMSShape.h"
#include "TVirtualFFT.h"

namespace PhysicsTools_TagAndProbe {
struct dictionary {
};
}
5 changes: 5 additions & 0 deletions PhysicsTools/TagAndProbe/src/classes_def.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<lcgdict>
<class name="RooCBExGaussShape"/>
<class name="ZGeneratorLineShape"/>
<class name="RooCMSShape"/>
</lcgdict>

0 comments on commit a7a0ed3

Please sign in to comment.