Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sbncode/OpDet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cet_make_library(

cet_build_plugin(PDMapAlgSimple art::tool LIBRARIES PRIVATE
art::Utilities
sbncode::OpDet_PDMapAlg
)

install_headers()
Expand Down
2 changes: 0 additions & 2 deletions sbncode/OpDet/PDMapAlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define SBN_OpDet_PDMapAlg_H

//#include "fhiclcpp/ParameterSet.h"
//#include "art/Utilities/ToolMacros.h"

#include <string>

Expand Down Expand Up @@ -55,7 +54,6 @@ namespace opdet {
};


DEFINE_ART_CLASS_TOOL(PDMapAlgSimple)
*/
} // namespace

Expand Down